UserSettingsToolbarConfiguration class
Constructors
-
UserSettingsToolbarConfiguration({Input<
String?> ? maxDisplayResolution, Input<String?> ? toolbarType, Input<String?> ? visualMode}) -
Creates a new UserSettingsToolbarConfiguration.
hiddenToolbarItemsList of toolbar items to be hidden.maxDisplayResolutionMaximum display resolution that is allowed for the session.toolbarTypeType of toolbar displayed during the session.visualModeVisual mode of the toolbar.const -
UserSettingsToolbarConfiguration.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
List of toolbar items to be hidden.
final
-
maxDisplayResolution
→ Input<
String?> ? -
Maximum display resolution that is allowed for the session.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
toolbarType
→ Input<
String?> ? -
Type of toolbar displayed during the session.
final
-
visualMode
→ Input<
String?> ? -
Visual mode of the toolbar.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited