MacOSToolbarStyle enum
Available toolbar styles (macOS only).
Values
- automatic → const MacOSToolbarStyle
-
A style indicating that the system determines the toolbar’s appearance and location.
- expanded → const MacOSToolbarStyle
-
A style indicating that the toolbar appears below the window title.
- preference → const MacOSToolbarStyle
-
A style indicating that the toolbar appears below the window title with toolbar items centered in the toolbar.
- unified → const MacOSToolbarStyle
-
A style indicating that the toolbar appears next to the window title.
- unifiedCompact → const MacOSToolbarStyle
-
A style indicating that the toolbar appears next to the window title and with reduced margins to allow more focus on the window’s contents.
Properties
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
Constants
-
values
→ const List<
MacOSToolbarStyle> - A constant List of the values in this enum, in order of their declaration.