KwikIndicatorProps

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

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