menu
bullseye2d
bullseye2d.dart
Image
flags property
flags
dark_mode
light_mode
flags
property
int
get
flags
The flags associated with the
texture
. See
TextureFlags
.
Implementation
int get flags => texture.flags;
bullseye2d
bullseye2d
Image
flags property
Image class