Source set: Common
public enum class WideNavigationRailValue {
/** The state of the rail when it is collapsed. */
Collapsed,
/** The state of the rail when it is expanded. */
Expanded,
}
Possible values of WideNavigationRailState.
Members
Collapsed
Source set: Common
Collapsed
The state of the rail when it is collapsed.
Expanded
Source set: Common
Expanded
The state of the rail when it is expanded.