Source set: Common
public class TimePickerShapes(
public val timeFieldShape: Shape,
public val periodSelectorShape: Shape,
)
The shapes that will be used in time pickers.
Functions
copy
Source set: Common
public fun copy(
timeFieldShape: Shape? = this.timeFieldShape,
periodSelectorShape: Shape? = this.periodSelectorShape,
): TimePickerShapes
Returns a copy of this TimePickerShapes, optionally overriding some of the values.
equals
Source set: Common
override fun equals(other: Any?): Boolean
hashCode
Source set: Common
override fun hashCode(): Int