DynamicOffset class
Constructors
- DynamicOffset.new(Length dx, Length dy)
-
Constructs an elliptical radius with the given radii.
const
Properties
Methods
-
copyWith(
{Length? dx, Length? dy}) → DynamicOffset -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toOffset(
{Size? size, Size? screenSize}) → Offset -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
- zero → const DynamicOffset