WidgetParams class
Helper class to determine the size and position of a widget
Constructors
- WidgetParams.new({required double xPosition, required double yPosition, required Rect rect})
- WidgetParams.fromContext(BuildContext? context)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited