NapaMultiChildRenderObjectWidget class abstract
Wrapper class for MultiChildRenderObjectWidget. https://api.flutter.dev/flutter/widgets/MultiChildRenderObjectWidget-class.html
- Inheritance
-
- Object
- NapaWidget
- NapaRenderObjectWidget
- NapaMultiChildRenderObjectWidget
- Implementers
Constructors
-
NapaMultiChildRenderObjectWidget({List<
NapaWidget> ? children})
Properties
- childMode → NapaChildMode
-
finalinherited
-
children
↔ List<
NapaWidget> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
properties
↔ List<
InspectableProperty> -
inspectable property list.
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- 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.
override
-
toString(
) → String -
A string representation of this object.
inherited
-
toWidget(
) → Widget -
Get a Flutter widget equivalent object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited