FdcGridProgressBar class
Dataset work progress indicator for the grid status bar.
- Inheritance
-
- Object
- FdcGridItem
- FdcGridProgressBar
Constructors
- FdcGridProgressBar({String? id, bool visible = true, FdcGridItemPlacement placement = FdcGridItemPlacement.end, double? width, FdcProgressBarStyle style = const FdcProgressBarStyle()})
-
Creates a FdcGridProgressBar.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
Optional stable identifier for locating or customizing this item.
finalinherited
- placement → FdcGridItemPlacement
-
Placement zone used by the host when arranging this item.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style → FdcProgressBarStyle
-
Visual style applied to the progress indicator.
final
- visible → bool
-
Whether this item participates in the host toolbar or status bar.
finalinherited
- width → double?
-
Optional fixed width of the progress indicator.
final
Methods
-
buildItem(
BuildContext context) → Widget -
Builds a host-independent item.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- defaultWidth → const double
- Fallback width used by the status-bar progress indicator when width is not provided.