menu
sop_cometchat package
documentation
cometchat_uikit_shared.dart
Palette
getOption method
getOption method
dark_mode
light_mode
getOption
method
Color
getOption
(
)
Implementation
Color getOption() { return mode == PaletteThemeModes.dark ? option.dark : option.light; }
sop_cometchat package
documentation
cometchat_uikit_shared
Palette
getOption method
Palette class