GaugeAxisTransformer class abstract

Constructors

GaugeAxisTransformer()
const
GaugeAxisTransformer.colorFadeIn({required Interval interval, Color background})
Gradually displays the colors of the segments.
const
factory
GaugeAxisTransformer.noTransform()
No transformation
const
factory
GaugeAxisTransformer.progress({required Color color, bool blendColors, bool reversed})
Uses segments to display gauge value. Can be used as a progress bar.
const
factory

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transform(GaugeAxis axis, GaugeRange range, double progress, double value, bool isInitial) GaugeAxis
Transform axis using progress value from (0-1).

Operators

operator ==(Object other) bool
The equality operator.
inherited