WrapViewOptions class

Constructors

WrapViewOptions({Axis? direction, double? spacing, WrapAlignment? wrapAlignment, double? runSpacing, Clip? clipBehavior})

Properties

clipBehavior Clip?
Determines how visual overflow should be handled.
getter/setter pair
direction Axis?
The direction to use as the main axis.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runSpacing double?
The distance between adjacent children in the main axis.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spacing double?
The distance between adjacent children in the cross axis.
getter/setter pair
wrapAlignment WrapAlignment?
How the children should be placed along the main axis.
getter/setter pair

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