OudsCircularProgressIndicator class
Reference design version : 1.0.0
A circular progress indicator that shows the progress of a task as a ring. Useful when more visual focus is needed or when space is limited.
All dimensions (stroke width, gap size) scale proportionally based on the effective component size, which itself follows the system text-scale factor.
Parameters
- progressType: Determinate or indeterminate display mode.
- status: Visual color status. Non-semantic (Neutral, Accent) for standard progress; semantic (Positive, Warning, Negative, Info) when the operation carries a meaning.
- animated: Enables smooth value-change animation (determinate only). Automatically disabled when the OS reduced-motion setting is on.
- value: Value between
0.0and1.0. Passnullfor indeterminate. - gapSize: Gap between the active arc and its track — OudsProgressIndicatorGapSize.
- track: Whether the background track ring is visible.
- semanticLabel: Accessibility label for assistive technologies.
Example
OudsCircularProgressIndicator(
progressType: OudsProgressIndicatorType.determinate,
status: Positive(),
value: 0.8,
track: false,
animated: true,
gapSize: OudsProgressIndicatorGapSize.small,
)
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- OudsProgressIndicator
- OudsCircularProgressIndicator
Constructors
- OudsCircularProgressIndicator({Key? key, OudsProgressIndicatorType? progressType = OudsProgressIndicatorType.determinate, OudsIconStatus status = const Neutral(), bool animated = true, double? value, OudsProgressIndicatorGapSize gapSize = OudsProgressIndicatorGapSize.defaultSize, bool track = true, String? semanticLabel})
-
const
Properties
- animated → bool
-
finalinherited
- gapSize → OudsProgressIndicatorGapSize
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- progressType → OudsProgressIndicatorType?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- semanticLabel → String?
-
finalinherited
- status → OudsIconStatus
-
finalinherited
- track → bool
-
finalinherited
- value → double?
-
finalinherited
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< OudsCircularProgressIndicator> -
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