SystemWindowBody class Null safety
Constructors
-
SystemWindowBody({List<
EachRow> ? rows, SystemWindowPadding? padding, SystemWindowDecoration? decoration})
Properties
- decoration ↔ SystemWindowDecoration?
-
Decoration of the system window body
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- padding ↔ SystemWindowPadding?
-
Padding for the system window body
read / write
-
rows
↔ List<
EachRow> ? -
Rows to show in the body
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
getMap(
) → Map< String, dynamic> - Internal method to convert SystemWindowBody to primitive dataTypes
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited