POStepperStyle
data class POStepperStyle(val pending: POStepperStyle.StepStyle, val active: POStepperStyle.StepStyle, val completed: POStepperStyle.StepStyle) : Parcelable
Constructors
Link copied to clipboard
constructor(pending: POStepperStyle.StepStyle, active: POStepperStyle.StepStyle, completed: POStepperStyle.StepStyle)
Types
Link copied to clipboard
data class IconStyle(@ColorRes val backgroundColorResId: Int, val border: POStepperStyle.IconStyle.Border?, val halo: POStepperStyle.IconStyle.Halo?, val checkmark: POStepperStyle.IconStyle.Checkmark?) : Parcelable
Link copied to clipboard
data class StepStyle(val title: POTextStyle, val description: POTextStyle, val icon: POStepperStyle.IconStyle, val connector: POStrokeStyle) : Parcelable