GetPosition class
Constructors
-
GetPosition({GlobalKey<
State< ? key, EdgeInsets padding = EdgeInsets.zero, double? screenWidth, double? screenHeight})StatefulWidget> >
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
key
→ GlobalKey<
State< ?StatefulWidget> > -
final
- padding → EdgeInsets
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screenHeight → double?
-
final
- screenWidth → double?
-
final
Methods
-
getBottom(
) → double - Get the bottom position of the widget
-
getCenter(
) → double -
getHeight(
) → double -
getLeft(
) → double - Get the left position of the widget
-
getRect(
) → Rect -
getRight(
) → double - Get the right position of the widget
-
getTop(
) → double - Get the top position of the widget
-
getWidth(
) → double -
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