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