ArcProgressBar class
The arc progress bar widget
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- ArcProgressBar
Constructors
- ArcProgressBar({Key? key, double percentage = 0, double innerPadding = 16, bool animateFromLastPercent = true, Duration animationDuration = const Duration(seconds: 1), Curve animationCurve = Curves.easeInOutCubic, double? handleSize, Widget? handleWidget, Color? handleColor, double arcThickness = 10, StrokeCap strokeCap = StrokeCap.square, Color backgroundColor = Colors.black12, Color foregroundColor = Colors.black, Widget? bottomCenterWidget, Widget? bottomRightWidget, Widget? bottomLeftWidget, Widget? centerWidget, Function? onAnimationStart, Function? onAnimationEnd})
-
const
Properties
- animateFromLastPercent → bool
-
final
- animationCurve → Curve
-
final
- animationDuration → Duration
-
final
- arcThickness → double
-
Arc line thickness
final
- backgroundColor → Color
-
Background color of the curve
final
- bottomCenterWidget → Widget?
-
Widget to display at the bottom center of the curve
final
- bottomLeftWidget → Widget?
-
Widget to display at the bottom left of the curve
final
- bottomRightWidget → Widget?
-
Widget to display at the bottom right of the curve
final
- centerWidget → Widget?
-
Widget to display at the center of the curve
final
- foregroundColor → Color
-
Foreground color of the curve
final
- handleColor → Color?
-
The color of the handle
final
- handleSize → double?
-
The size of the handle
final
- handleWidget → Widget?
-
Widget to replace the handle
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- innerPadding → double
-
Internal padding of the widget
final
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- onAnimationEnd → Function?
-
Action after the progress change animation
final
- onAnimationStart → Function?
-
Action before the progress change animation
final
- percentage → double
-
The current progress of the arc in percentage
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- strokeCap → StrokeCap
-
StrokeCap for the curve ends
final
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< ArcProgressBar> -
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, int wrapWidth = 65}) → 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