kmp-toolkit
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-toolkit
designsystem
/
com.siddharth.kmp.designsystem
/
OtpFieldStyle
Otp
Field
Style
@
Immutable
data
class
OtpFieldStyle
(
val
cellSize
:
Dp
,
val
spacing
:
Dp
,
val
textStyle
:
TextStyle
,
val
shape
:
Shape
,
val
borderWidth
:
Dp
,
val
cellShape
:
OtpCellShape
,
val
activeColor
:
Color
,
val
filledColor
:
Color
,
val
emptyColor
:
Color
,
val
errorColor
:
Color
)
Members
Constructors
Otp
Field
Style
Link copied to clipboard
constructor
(
cellSize
:
Dp
,
spacing
:
Dp
,
textStyle
:
TextStyle
,
shape
:
Shape
,
borderWidth
:
Dp
,
cellShape
:
OtpCellShape
,
activeColor
:
Color
,
filledColor
:
Color
,
emptyColor
:
Color
,
errorColor
:
Color
)
Properties
active
Color
Link copied to clipboard
val
activeColor
:
Color
border
Width
Link copied to clipboard
val
borderWidth
:
Dp
cell
Shape
Link copied to clipboard
val
cellShape
:
OtpCellShape
cell
Size
Link copied to clipboard
val
cellSize
:
Dp
empty
Color
Link copied to clipboard
val
emptyColor
:
Color
error
Color
Link copied to clipboard
val
errorColor
:
Color
filled
Color
Link copied to clipboard
val
filledColor
:
Color
shape
Link copied to clipboard
val
shape
:
Shape
spacing
Link copied to clipboard
val
spacing
:
Dp
text
Style
Link copied to clipboard
val
textStyle
:
TextStyle