menu
yjy_flutter_printer_plus package
documentation
flutter_printer_plus.dart
getBlue function
getBlue function
dark_mode
light_mode
getBlue
function
int
getBlue
(
int
color
)
Get the blue channel from the
color
.
Implementation
int getBlue(int color) => (color >> 16) & 0xff;
yjy_flutter_printer_plus package
documentation
flutter_printer_plus
getBlue function
flutter_printer_plus library