PageControlSpec

@Stable
class PageControlSpec

that defines the appearance of a page control.

Parameters

dotRadius

Specifies the radius of each dot in the page control. The default value is Dp.Unspecified, indicating no value is specified.

dotSpace

Specifies the space between each dot in the page control. The default value is Dp.Unspecified, indicating no value is specified.

verticalPadding

Specifies the vertical padding for the page control. The default value is Dp.Unspecified, indicating no value is specified.

Functions

Link copied to clipboard
fun copy(dotRadius: Dp = this.dotRadius, dotSpace: Dp = this.dotSpace, verticalPadding: Dp = this.verticalPadding): PageControlSpec
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int