WrapGroupStyle class
- Inheritance
-
- Object
- GroupStyle
- WrapGroupStyle
Constructors
- WrapGroupStyle.new({Axis direction = Axis.horizontal, WrapAlignment alignment = WrapAlignment.start, double spacing = 0.0, WrapAlignment runAlignment = WrapAlignment.start, double runSpacing = 0.0, WrapCrossAlignment crossAxisAlignment = WrapCrossAlignment.start, TextDirection? textDirection, VerticalDirection verticalDirection = VerticalDirection.down, Clip clipBehavior = Clip.none})
-
const
Properties
- alignment → WrapAlignment
-
Wrap.alignment
final
- clipBehavior → Clip
-
Wrap.clipBehavior
final
- crossAxisAlignment → WrapCrossAlignment
-
Wrap.crossAxisAlignment
final
- direction → Axis
-
Wrap.direction
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runAlignment → WrapAlignment
-
Wrap.runAlignment
final
- runSpacing → double
-
Wrap.runSpacing
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spacing → double
-
Wrap.spacing
final
- textDirection → TextDirection?
-
Wrap.textDirection
final
- verticalDirection → VerticalDirection
-
Wrap.verticalDirection
final
Methods
-
copyWith(
{Axis? direction, WrapAlignment? alignment, double? spacing, WrapAlignment? runAlignment, double? runSpacing, WrapCrossAlignment? crossAxisAlignment, TextDirection? textDirection, VerticalDirection? verticalDirection, Clip? clipBehavior}) → WrapGroupStyle -
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