menu
yjy_flutter_printer_plus package
documentation
flutter_printer_plus.dart
isBlack function
isBlack function
dark_mode
light_mode
isBlack
function
bool
isBlack
(
int
color
)
check if
color
is white
Implementation
bool isBlack(int color) => ((color) & 0xffffff == 0x0);
yjy_flutter_printer_plus package
documentation
flutter_printer_plus
isBlack function
flutter_printer_plus library