SolidPreferencesConfig class

Complete preferences configuration for SolidScaffold.

Constructors

SolidPreferencesConfig({SolidThemeModeConfig themeModeConfig = const SolidThemeModeConfig(), List<SolidAppBarActionItem> appBarActions = const [], bool? menuInBottomBar})
const

Properties

appBarActions List<SolidAppBarActionItem>
Ordered list of AppBar action items with their visibility and overflow settings.
final
hashCode int
The hash code for this object.
no setterinherited
When non-null, overrides SolidScaffold.menuInBottomBar on narrow screens.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
themeModeConfig SolidThemeModeConfig
Configuration for which theme modes are enabled.
final

Methods

copyWith({SolidThemeModeConfig? themeModeConfig, List<SolidAppBarActionItem>? appBarActions, bool? menuInBottomBar, bool clearMenuInBottomBar = false}) SolidPreferencesConfig
Creates a copy with modified values.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolveMenuInBottomBar(bool scaffoldDefault) bool
Resolves whether menu items appear in the bottom bar on narrow screens.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited