SettingsMenuStyle class

Constructors

SettingsMenuStyle({Widget? settings, Widget? speed, Widget? caption, Widget? selected, Widget? chevron, double paddingBetweenMainMenuItems = 24, EdgeInsets paddingSecondaryMenuItems = const EdgeInsets.symmetric(vertical: 4), List<SettingsMenuItem>? items})
These are the styles of the settings sales, here you will change the icons and the language of the texts

Properties

caption Widget
It is the icon that will have the caption change option
final
chevron Widget
It is the chevron or icon that appears to return to the Settings Menu when you are changing Quality or Speed
final
hashCode int
The hash code for this object.
no setterinherited
items List<SettingsMenuItem>?
ADD CUSTOM SECTIONS TO SETTINGS MENU
final
paddingBetweenMainMenuItems double
It is the padding between all the elements of the SettingsMenu
final
paddingSecondaryMenuItems EdgeInsets
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected Widget
It is the icon that appears when the current configuration is selected
final
settings Widget
It is the configuration icon that appears in the ProgressBar and also in the Settings Menu
final
speed Widget
It is the icon that will have the speed change option
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