SettingsMenuItem class

Constructors

SettingsMenuItem({required Widget secondaryMenu, Widget? mainMenu, SettingsMenuItemThemed? themed, double secondaryMenuWidth = 150})
Add a SettingMenuItem next to the last default SettingsMenuItem

Properties

hashCode int
The hash code for this object.
no setterinherited
If themed is not-null, this argument is ignored.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryMenu Widget
When you tap the mainMenu item will show this secondayMenu.
final
secondaryMenuWidth double
Its the width of the secondary menu
final
themed SettingsMenuItemThemed?
If you want your MainItem with the theme of the others MenuItems use that. Note: If SettingsMenuItemThemed is not-null then mainMenu argument will be ignored.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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