menu
bullseye2d
bullseye2d.dart
Image
isLoading property
isLoading
dark_mode
light_mode
isLoading
property
bool
get
isLoading
Indicates if the
texture
is still loading.
Implementation
bool
get
isLoading => texture.isLoading;
bullseye2d
bullseye2d
Image
isLoading property
Image class