WidgetReference class

Constructors

WidgetReference({required Expression? widget, required bool parent, required double topLeftX, required double topLeftY, required double bottomRightX, required double bottomRightY})
WidgetReference.fromExp(Expression exp)
factory

Properties

bottomRightX double
final
bottomRightY double
final
hashCode int
The hash code for this object.
no setterinherited
parent bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topLeftX double
final
topLeftY double
final
widget Expression?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toExp() ListExp
toString() String
A string representation of this object.
inherited

Operators

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