menu
flagship package
documentation
flagship_config.dart
ConfigBuilder
withMode method
withMode method
dark_mode
light_mode
withMode
method
ConfigBuilder
withMode
(
Mode
newMode
)
Implementation
ConfigBuilder withMode(Mode newMode) { _mode = newMode; return this; }
flagship package
documentation
flagship_config
ConfigBuilder
withMode method
ConfigBuilder class