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