menu
material_color_utilities package
documentation
dynamiccolor/dynamic_scheme.dart
DynamicScheme
getArgb method
getArgb method
dark_mode
light_mode
getArgb
method
int
getArgb
(
DynamicColor
dynamicColor
)
Implementation
int getArgb(DynamicColor dynamicColor) => dynamicColor.getArgb(this);
material_color_utilities package
documentation
dynamiccolor/dynamic_scheme
DynamicScheme
getArgb method
DynamicScheme class