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