WidgetExpr class

Mixed in types
Annotations

Constructors

WidgetExpr({required SemanticsData data, required Rect rect, Map<String, String> properties = const {}, bool retry = false})
const

Properties

asNum num
Try to turn this expression into a num.
no setterinherited
data SemanticsData
final
hashCode int
The hash code for this object.
no setteroverride
properties Map<String, String>
final
rect Rect
final
retry bool
Should this expression be re-evaluated if something goes wrong?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widgetExpr WidgetExpr?
Try to turn this expression into a WidgetExpr.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
property(String name) ValueExpr
Get the name property of this expression.
override
toDisplayString() String
Generate a display string for this expression.
override
toString() String
A string representation of this object.
override
withRetry(bool retry) WidgetExpr
Copy this expression with the given retry value.
override

Operators

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