IndicatorShape class abstract

Implementers

Constructors

IndicatorShape.circle({double size = 12.0})
factory
IndicatorShape.oval({Size size = const Size(12, 8)})
factory
IndicatorShape.roundRectangleShape({Size size = const Size(12.0, 12.0), Size cornerSize = const Size.square(3)})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
height double
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
no setter

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