menu
flagship package
documentation
utils/flagship_tools.dart
FlagshipTools
getBitsPerPixel static method
getBitsPerPixel static method
dark_mode
light_mode
getBitsPerPixel
static method
int
getBitsPerPixel
(
)
Example: returns the number of bits per pixel. (Assumed value)
Implementation
static int getBitsPerPixel() => 32;
flagship package
documentation
utils/flagship_tools
FlagshipTools
getBitsPerPixel static method
FlagshipTools class