GTFSwipeIndicatorDecorator class

Constructors

GTFSwipeIndicatorDecorator({Color color = Colors.grey, List<Color> colors = const [], Color? activeColor, List<Color> activeColors = const [], Size size = kDefaultSize, List<Size> sizes = const [], Size activeSize = kDefaultSize, List<Size> activeSizes = const [], ShapeBorder shape = kDefaultShape, List<ShapeBorder> shapes = const [], ShapeBorder activeShape = kDefaultShape, List<ShapeBorder> activeShapes = const [], EdgeInsets spacing = kDefaultSpacing})
const

Properties

activeColor Color?
final
activeColors List<Color>
final
activeShape ShapeBorder
final
activeShapes List<ShapeBorder>
final
activeSize Size
final
activeSizes List<Size>
final
color Color
final
colors List<Color>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape ShapeBorder
final
shapes List<ShapeBorder>
final
size Size
final
sizes List<Size>
final
spacing EdgeInsets
final

Methods

getActiveColor(int index) Color?
getActiveShape(int index) ShapeBorder
getActiveSize(int index) Size
getColor(int index) Color
getShape(int index) ShapeBorder
getSize(int index) Size
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