GaugeProgressBar class abstract

Implementers
Annotations

Constructors

GaugeProgressBar()
const
GaugeProgressBar.basic({Color? color, GaugeAxisGradient? gradient, Shader? shader, GaugeProgressPlacement placement})
A basic progress bar with no rounding at the ends
const
factory
GaugeProgressBar.rounded({Color? color, GaugeAxisGradient? gradient, Shader? shader, GaugeProgressPlacement placement})
A progress bar that is rounded at both ends
const
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
placement GaugeProgressPlacement
Describes how the progress bar will be rendered.
no setter
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
paint(GaugeAxis axis, RadialGaugeLayout layout, Canvas canvas, double progress) → void
toString() String
A string representation of this object.
inherited

Operators

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