Kwik Indicator Props
data class KwikIndicatorProps(val height: Float = 4.0f, val width: Float = 0.8f, val horizontalPadding: Float = 0.0f, val verticalPadding: Float = 0.0f, val borderRadius: Float = 4.0f)
Properties for the indicator.
Parameters
height
The height of the indicator
width
The width of the indicator. It's a percentage of the screen width. For example, if the width is 0.8, the indicator will be 80% of the screen width.
horizontal Padding
The horizontal padding of the indicator
vertical Padding
The vertical padding of the indicator
border Radius
The border radius of the indicator