FlutterColumn class

Implemented types
Annotations

Constructors

FlutterColumn({@cN FlutterKey? key, FlutterMainAxisAlignment? mainAxisAlignment, FlutterMainAxisSize? mainAxisSize, FlutterCrossAxisAlignment? crossAxisAlignment, FlutterTextDirection? textDirection, FlutterVerticalDirection? verticalDirection, FlutterTextBaseline? textBaseline, @cN AnyWidgetList? children})
factory
FlutterColumn.fromJson(Map<String, dynamic> json)
factory

Properties

children AnyWidgetList?
no setterinherited
crossAxisAlignment FlutterCrossAxisAlignment?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
key FlutterKey?
no setterinherited
mainAxisAlignment FlutterMainAxisAlignment?
no setterinherited
mainAxisSize FlutterMainAxisSize?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textBaseline FlutterTextBaseline?
no setterinherited
textDirection FlutterTextDirection?
no setterinherited
verticalDirection FlutterVerticalDirection?
no setterinherited

Methods

map<TResult extends Object?>(TResult $default(_FlutterColumn 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) Column
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

unionValue → const String