FlutterWrap class
Constructors
- FlutterWrap({@cN FlutterKey? key, FlutterAxis? direction, FlutterWrapAlignment? alignment, double? spacing, double? runSpacing, FlutterWrapAlignment? runAlignment, FlutterWrapCrossAlignment? crossAxisAlignment, FlutterTextDirection? textDirection, FlutterVerticalDirection? verticalDirection, FlutterClip? clipBehavior, @cN AnyWidgetList? children})
-
factory
-
FlutterWrap.fromJson(Map<
String, dynamic> json) -
factory
Properties
- alignment → FlutterWrapAlignment?
-
no setterinherited
- children → AnyWidgetList?
-
no setterinherited
- clipBehavior → FlutterClip?
-
no setterinherited
- crossAxisAlignment → FlutterWrapCrossAlignment?
-
no setterinherited
- direction → FlutterAxis?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → FlutterKey?
-
no setterinherited
- runAlignment → FlutterWrapAlignment?
-
no setterinherited
- runSpacing → double?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spacing → double?
-
no setterinherited
- textDirection → FlutterTextDirection?
-
no setterinherited
- verticalDirection → FlutterVerticalDirection?
-
no setterinherited
Methods
-
map<
TResult extends Object?> (TResult $default(_FlutterWrap value)) → TResult -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toWidget(
AnyWidgetContext context) → Wrap -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- unionValue → const String