WidgetBounding class
Represents the bounding box of a widget.
Note: This is part of the deprecated defineWidget
API.
- Annotations
-
- @Deprecated('Use KaeruWidget instead. This will be removed in a future version.')
Constructors
- WidgetBounding.new({required double x, required double y, required double width, required double height})
-
const
Properties
- bottom → double
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double
-
final
- left → double
-
no setter
- right → double
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- top → double
-
no setter
- width → double
-
final
- x → double
-
final
- y → double
-
final
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