RowColumnDefinition class
The RowColumnDefinition class describes constraints on a row or a column in a Panel of type Panel.Table. It also provides information about the actual layout after the Table Panel has been arranged.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- RowColumnDefinition([dynamic init])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.
inherited
Static Properties
- default$ ↔ EnumValue
-
The default #sizing, which resolves to RowColumnDefinition.None or else
the Table Panel's rowSizing and columnSizing if present.
getter/setter pair
- none ↔ EnumValue
-
The default #sizing if none is specified on the Table Panel's rowSizing and columnSizing.
getter/setter pair
- proportionalExtra ↔ EnumValue
-
If a Table Panel is larger than all the rows then this #sizing
grants this row and any others with the same value the extra space, apportioned proportionally between them
getter/setter pair