NapaColumn class
Wrapper class for Column. https://api.flutter.dev/flutter/widgets/Column-class.html
- Inheritance
Constructors
-
NapaColumn({CrossAxisAlignment crossAxisAlignment = .center, MainAxisAlignment mainAxisAlignment = .start, MainAxisSize mainAxisSize = .max, double spacing = 0.0, TextBaseline? textBaseline, TextDirection? textDirection, VerticalDirection verticalDirection = .down, List<
NapaWidget> ? children})
Properties
- childMode → NapaChildMode
-
finalinherited
-
children
↔ List<
NapaWidget> -
getter/setter pairinherited
- clipBehavior ↔ Clip
-
getter/setter pairinherited
- crossAxisAlignment ↔ CrossAxisAlignment
-
getter/setter pairinherited
- direction ↔ Axis
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- mainAxisAlignment ↔ MainAxisAlignment
-
getter/setter pairinherited
- mainAxisSize ↔ MainAxisSize
-
getter/setter pairinherited
-
properties
↔ List<
InspectableProperty> -
inspectable property list.
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spacing ↔ double
-
getter/setter pairinherited
- textBaseline ↔ TextBaseline?
-
getter/setter pairinherited
- textDirection ↔ TextDirection?
-
getter/setter pairinherited
- verticalDirection ↔ VerticalDirection
-
getter/setter pairinherited
- widgetName → String
-
no setteroverride
Methods
-
getProperty(
String name) → InspectableProperty? -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeProperty(
String name) → void -
inherited
-
toJson(
) → dynamic -
toJson returns a json compatible object.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toWidget(
) → Widget -
Get a Flutter widget equivalent object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
decode(
dynamic data) → NapaColumn? -
Deserialize a json compatible object into a NapaWidget or null.
override