WormEffect class

Inheritance

Constructors

WormEffect({double offset = 16.0, double dotWidth = 16.0, double dotHeight = 16.0, double spacing = 8.0, double radius = 16, Color dotColor = Colors.grey, Color activeDotColor = Colors.indigo, double strokeWidth = 1.0, PaintingStyle paintStyle = PaintingStyle.fill, WormType type = WormType.normal})
const

Properties

activeDotColor Color
finalinherited
dotColor Color
finalinherited
dotHeight double
finalinherited
dotWidth double
finalinherited
hashCode int
The hash code for this object.
no setterinherited
paintStyle PaintingStyle
finalinherited
radius double
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spacing double
finalinherited
strokeWidth double
finalinherited
type WormType
final

Methods

buildPainter(int count, double offset) IndicatorPainter
override
calculateSize(int count) Size
inherited
hitTestDots(double dx, int count, double current) int
inherited
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