SegmentedControlDefaults

Default values and constants for SegmentedControl.

Callers rarely need to reference these directly; they are exposed so that custom SegmentedControl.Horizontal and SegmentedControl.Vertical wrappers can reuse the same layout limits.

Properties

Link copied to clipboard

Minimum width and height applied to the control track to satisfy touch-target guidelines.

Link copied to clipboard

Functions

Link copied to clipboard
fun Indicator(shape: Shape, enabled: Boolean, modifier: Modifier = Modifier)

Default selection indicator: a box clipped to shape with an animated background and border.