TableGroupStyle class
- Inheritance
-
- Object
- GroupStyle
- TableGroupStyle
Constructors
- TableGroupStyle.new({TextDirection? textDirection, VerticalDirection mainVerticalDirection = VerticalDirection.down, VerticalDirection crossVerticalDirection = VerticalDirection.down, int crossAxisCount = 2})
-
const
Properties
- crossAxisCount → int
-
final
- crossVerticalDirection → VerticalDirection
-
Flex.verticalDirection
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mainVerticalDirection → VerticalDirection
-
Flex.verticalDirection
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textDirection → TextDirection?
-
Flex.textDirection
final
Methods
-
copyWith(
{TextDirection? textDirection, VerticalDirection? mainVerticalDirection, VerticalDirection? crossVerticalDirection, int? crossAxisCount}) → TableGroupStyle -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited