KwikIndicatorProps

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.

horizontalPadding

The horizontal padding of the indicator

verticalPadding

The vertical padding of the indicator

borderRadius

The border radius of the indicator

Constructors

Link copied to clipboard
constructor(height: Float = 4.0f, width: Float = 0.8f, horizontalPadding: Float = 0.0f, verticalPadding: Float = 0.0f, borderRadius: Float = 4.0f)

Properties

Link copied to clipboard
val borderRadius: Float = 4.0f
Link copied to clipboard
val height: Float = 4.0f
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val width: Float = 0.8f