GridCarouselIndicatorConfig class

Class representing the customization parameters for the page indicator.

Constructors

GridCarouselIndicatorConfig.new({required Color currentPageColor, required Color otherPagesColor, double? currentPageSize = 14, double? otherPagesSize = 11})
const

Properties

currentPageColor Color
Color of the current page circle.
final
currentPageSize double?
Size of the current page circle. By default 14.
final
hashCode int
The hash code for this object.
no setterinherited
otherPagesColor Color
Color of the others page circles.
final
otherPagesSize double?
Size of the others page circles. By default 11.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited