ImageCarouselPageIndication<T extends ImageCarouselPageIndicationStyle> class sealed

An enumerable class for specifying preference of indicator in ImageCarousel.

It inherited by two classes with custom definitions of style to satisify apperences which namely DotPageIndication and TextPageIndication. Then, assign one of them into ImageCarouselPreferences.pageIndication.

Implementers
Annotations

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style → T
Style preference of applied indication widgets.
final

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