menu
sha_alert package
documentation
color.dart
UiColors
colorToHexWithAlpha static method
colorToHexWithAlpha static method
dark_mode
light_mode
colorToHexWithAlpha
static method
String
colorToHexWithAlpha
(
Color
color
)
Implementation
static String colorToHexWithAlpha(Color color) { return '#${color.value.toRadixString(16)}'; }
sha_alert package
documentation
color
UiColors
colorToHexWithAlpha static method
UiColors class