A radius for either circular or elliptical shapes.
Constants
Static Methods
Constructors
- Radius.circular(double radius)
-
Constructs a circular radius. x and y will have the same radius value.
const - Radius.elliptical(double x, double y)
-
Constructs an elliptical radius with the given radii.
const
Properties
Operators
-
operator ==(
other) → bool -
The equality operator.
Methods
-
toString(
) → String -
Returns a string representation of this object.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited