UserSettingsToolbarConfiguration constructor
const
UserSettingsToolbarConfiguration({})
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.
Implementation
const UserSettingsToolbarConfiguration({
this.hiddenToolbarItems,
this.maxDisplayResolution,
this.toolbarType,
this.visualMode,
});