menu
bullseye2d
bullseye2d.dart
Image
height property
height
dark_mode
light_mode
height
property
int
get
height
The height of the image, derived from
sourceRect
.
Implementation
int get height => sourceRect.height;
bullseye2d
bullseye2d
Image
height property
Image class