IndicatorConfig class

Constructors

IndicatorConfig({bool? isShowIndicator, Color? colorIndicator, Color? colorActiveIndicator, double? sizeIndicator, double? spaceBetweenIndicator, TypeIndicatorAnimation? typeIndicatorAnimation, Widget? indicatorWidget, Widget? activeIndicatorWidget})
const

Properties

activeIndicatorWidget Widget?
Custom active (focusing) indicator
final
colorActiveIndicator Color?
Color indicator when active (focusing)
final
colorIndicator Color?
Color indicator when passive
final
hashCode int
The hash code for this object.
no setterinherited
indicatorWidget Widget?
Custom indicator
final
isShowIndicator bool?
Show or hide indicator
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeIndicator double?
Size of each indicator
final
spaceBetweenIndicator double?
Space between every indicator
final
typeIndicatorAnimation TypeIndicatorAnimation?
Type indicator animation
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