FdcGridSeparator class
Vertical separator for a grid toolbar or status bar.
- Inheritance
-
- Object
- FdcGridItem
- FdcGridSeparator
Constructors
- FdcGridSeparator({String? id, bool visible = true, FdcGridItemPlacement placement = FdcGridItemPlacement.end, double width = 13, double height = 18, double thickness = 1, Color? color})
- Creates a FdcGridSeparator.
Properties
- color → Color?
-
Optional separator color; defaults to the ambient divider color.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double
-
Height of the separator line.
final
- 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
- thickness → double
-
Thickness of the separator line.
final
- visible → bool
-
Whether this item participates in the host toolbar or status bar.
finalinherited
- width → double
-
Horizontal space reserved by this item.
final
Methods
-
buildItem(
BuildContext context) → Widget -
Builds a host-independent item.
override
-
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