WidgetData class

Constructors

WidgetData(List<Widget>? parentChildren, BlockBuilder blockBuilder, Stylist stylist, WidgetBuilder builder, Map<String, dynamic> data, DelegateDataProcessor? paramProcessor)

Properties

blockBuilder → BlockBuilder
final
buildContext BuildContext
getter/setter pair
builder → WidgetBuilder
final
children List<Widget>?
getter/setter pair
data Map<String, dynamic>
final
hashCode int
The hash code for this object.
no setterinherited
hasSemiConsts bool
no setterinherited
paramProcessor DelegateDataProcessor?
final
parentChildren List<Widget>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semiConsts List<ConstData>?
getter/setter pairinherited
stylist Stylist
final

Methods

addSemiConst(ConstData cData) → void
inherited
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
operator [](String key) → dynamic
operator []=(String key, dynamic value) → void