DotsDecorator class

Constructors

DotsDecorator({Color color = Colors.grey, Color activeColor = Colors.lightBlue, Size size = kDefaultSize, Size activeSize = kDefaultSize, ShapeBorder shape = kDefaultShape, ShapeBorder activeShape = kDefaultShape, EdgeInsets spacing = kDefaultSpacing})
const

Properties

activeColor Color
final
activeShape ShapeBorder
final
activeSize Size
final
color 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
size Size
final
spacing EdgeInsets
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