IndicatorModel class

The Indicator Measurement Model

Constructors

IndicatorModel({required double width, required double height, required double spaceBetween})
Used for non-animated indicators
const
IndicatorModel.animation({required double width, double? widthAnimation, required double height, double? heightAnimation, required double spaceBetween, double? spaceBetweenAnimation})
Used for animated indicators
const

Properties

hashCode int
The hash code for this object.
no setterinherited
height double
no setter
heightExpanded double
no setter
padding double
no setter
paddingExpanded double
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
no setter
widthExpanded 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