menu
pro_image_editor package
documentation
plugins/image/src/image/pixel_undefined.dart
PixelUndefined
width property
width property
dark_mode
light_mode
width
property
@
override
int
get
width
override
The width in pixels of the image data this pixel refers to.
Implementation
@override int get width => 0;
pro_image_editor package
documentation
plugins/image/src/image/pixel_undefined
PixelUndefined
width property
PixelUndefined class