FxGridArea class
A reusable named CSS Grid-like area.
Constructors
- FxGridArea(String name)
-
Creates a named grid area.
const
Properties
Methods
-
containing(
Widget child) → Widget -
Places
childinside this named area. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> - Converts this area to JSON.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited