WidgetGroup class

A wrapper for a list of widgets. You can create this object by concatenating widgets using plus + operator. This allows concatenating widgets with the plus operator instead of creating a list of widgets using [] operators. For example: FlatColumn(of: () => Text("Hello") + Text("World")

Available Extensions

Constructors

WidgetGroup(List<Widget> widgets)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widgets List<Widget>
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