Fixed

data class Fixed(val width: Dp) : PickerDividerWidth

The divider has a fixed width, centered horizontally.

Parameters

width

The absolute divider width. Must be finite and non-negative.

Constructors

Link copied to clipboard
constructor(width: Dp)

Properties

Link copied to clipboard
val width: Dp