ButtonGroupDefaults
object ButtonGroupDefaults
Default values used with ButtonGroup.
Summary
Public properties |
|
|---|---|
FiniteAnimationSpec<Float> |
The default animation spec used by |
PaddingValues |
Internal padding that is applied around the ButtonGroup's children. |
Arrangement.Horizontal |
The default arrangement used to horizontally space ButtonGroup children. |
Alignment.Vertical |
The default alignment used to vertically align ButtonGroup children. |
Public properties
AnimateScrollToItemAnimationSpec
val AnimateScrollToItemAnimationSpec: FiniteAnimationSpec<Float>
The default animation spec used by ButtonGroupState.animateScrollToItem.
ContentPadding
val ContentPadding: PaddingValues
Internal padding that is applied around the ButtonGroup's children.
HorizontalArrangement
val HorizontalArrangement: Arrangement.Horizontal
The default arrangement used to horizontally space ButtonGroup children.
VerticalAlignment
val VerticalAlignment: Alignment.Vertical
The default alignment used to vertically align ButtonGroup children.