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