WrapParams class
Parameters for Wrap widget direct Flutter API access
Constructors
- WrapParams({Axis? direction, WrapAlignment? alignment, double? spacing, WrapAlignment? runAlignment, double? runSpacing, WrapCrossAlignment? crossAxisAlignment, TextDirection? textDirection, VerticalDirection? verticalDirection, Clip? clipBehavior})
-
const
Properties
- alignment → WrapAlignment?
-
final
- clipBehavior → Clip?
-
final
- crossAxisAlignment → WrapCrossAlignment?
-
final
- direction → Axis?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runAlignment → WrapAlignment?
-
final
- runSpacing → double?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spacing → double?
-
final
- textDirection → TextDirection?
-
final
- verticalDirection → VerticalDirection?
-
final
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