Source set: Common
Added in 1.5.0-alpha17
value class ShortNavigationBarArrangement private constructor(private val value: Int)
Class that describes the different supported item arrangements of the ShortNavigationBar.
Companion Object
Properties
Source set: Common
Added in 1.5.0-alpha17
val EqualWeight = ShortNavigationBarArrangement(0)
Source set: Common
Added in 1.5.0-alpha17
val Centered = ShortNavigationBarArrangement(1)