FdcGridStatusBar class

Configures the optional grid status bar and its ordered item collection.

Constructors

FdcGridStatusBar({bool visible = false, double? height, FdcGridStatusBarStyle style = const FdcGridStatusBarStyle(), List<FdcGridItem> items = const <FdcGridItem>[FdcGridStatusText(), FdcGridProgressBar()]})
Creates a FdcGridStatusBar.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
height double?
Fixed status bar height.
final
items List<FdcGridItem>
Ordered status bar item list.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style FdcGridStatusBarStyle
Visual styling applied to the status bar component.
final
visible bool
Controls whether the status bar component is rendered.
final

Methods

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.
override