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.
read-onlyinherited
- data → SemanticsData
-
final
- hashCode → int
-
The hash code for this object.
read-onlyoverride
-
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.
read-onlyinherited
- widgetExpr → WidgetExpr?
-
Try to turn this expression into a WidgetExpr.
read-onlyinherited
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