menu
extension_utils package
documentation
color_utils.dart
ColorUtils
toArgb method
toArgb method
dark_mode
light_mode
toArgb
method
int
toArgb
(
)
Returns the ARGB integer value of this color.
Implementation
int toArgb() => toARGB32();
extension_utils package
documentation
color_utils
ColorUtils
toArgb method
ColorUtils extension on
Color