WidgetFinder class

Properties

bottomCenter Offset
BottomCenter point of the widget.
no setter
bottomLeft Offset
BottomLeft point of the widget.
no setter
bottomRight Offset
BottomRight point of the widget.
no setter
box RenderBox
RenderBox of the widget.
no setter
center Offset
Center point of the widget.
no setter
centerLeft Offset
CenterLeft point of the widget.
no setter
centerRight Offset
CenterRight point of the widget.
no setter
context BuildContext
Context of the widget.
no setter
hashCode int
The hash code for this object.
no setterinherited
height double
Size.height of the widget.
no setter
key GlobalKey<State<StatefulWidget>>
Use GlobalKey to find widget.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size
Size of the widget.
no setter
topCenter Offset
TopCenter point of the widget.
no setter
topLeft Offset
TopLeft point of the widget.
no setter
topRight Offset
TopRight point of the widget.
no setter
width double
Size.width of the widget.
no setter

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

Static Methods

sizeNotifer({Key? key, required dynamic onSizeChanged, required dynamic child}) → SizeNotifier
You can receive callback when size of child is changed.