menu
pro_image_editor package
documentation
plugins/image/src/image/pixel_uint8.dart
PixelUint8
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 => image.width;
pro_image_editor package
documentation
plugins/image/src/image/pixel_uint8
PixelUint8
width property
PixelUint8 class