menu
pro_image_editor package
documentation
plugins/image/src/image/image.dart
Image
width property
width property
dark_mode
light_mode
width
property
int
get
width
The width of the image in pixels.
Implementation
int get width => data?.width ?? 0;
pro_image_editor package
documentation
plugins/image/src/image/image
Image
width property
Image class