Progresso class

Inheritance

Constructors

Progresso({Key? key, double start = 0.0, double progress = 0.0, Color progressColor = Colors.blue, Color backgroundColor = Colors.grey, double progressStrokeWidth = 10.0, double backgroundStrokeWidth = 5.0, StrokeCap progressStrokeCap = StrokeCap.square, StrokeCap backgroundStrokeCap = StrokeCap.square, Color pointColor = Colors.blue, Color pointInnerColor = Colors.white, double pointRadius = 7.5, double pointInnerRadius = 2.5, List<double> points = const []})

Properties

backgroundColor Color
The color of the background bar
final
backgroundStrokeCap StrokeCap
The cap style of the progress bar. Defaults to square, options include StrokeCap.round, StrokeCap.square, StrokeCap.butt
final
backgroundStrokeWidth double
the stroke width of the background bar
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
pointColor Color
The Color of the outer circle of the points given in the points parameter defaults to Colors.blue
final
pointInnerColor Color
The Color of the outer circle of the points given in the points parameter defaults to Colors.white
final
pointInnerRadius double
The radius of the inner circle of the points given in the points parameter defaults to 2.5
final
pointRadius double
The radius of the outer circle of the points given in the points parameter defaults to 7.5
final
points List<double>
a List of double values that are represented on the progress line as points. Must be greater than or equal to 0.0 and less than or equal to 1.0
final
progress double
The progress position of the progress bar. Defaults to 0.0 must be less than 1.0 and greater than start.
final
progressColor Color
The Color of the progress bar
final
progressStrokeCap StrokeCap
The cap style of the progress bar. Defaults to square, options include StrokeCap.round, StrokeCap.square, StrokeCap.butt
final
progressStrokeWidth double
The stroke width of the progress bar
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start double
The starting position of the progress bar. Defaults to 0.0 must be less than 1.0
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → _ProgressoState
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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