UserSettingsToolbarConfiguration class

Constructors

UserSettingsToolbarConfiguration({Input<List<String>?>? hiddenToolbarItems, Input<String?>? maxDisplayResolution, Input<String?>? toolbarType, Input<String?>? visualMode})
Creates a new UserSettingsToolbarConfiguration. hiddenToolbarItems List of toolbar items to be hidden. maxDisplayResolution Maximum display resolution that is allowed for the session. toolbarType Type of toolbar displayed during the session. visualMode Visual mode of the toolbar.
const
UserSettingsToolbarConfiguration.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
hiddenToolbarItems → Input<List<String>?>?
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