DynamicRadius class

Constructors

DynamicRadius.circular(Length radius)
const
DynamicRadius.elliptical(Dimension x, Dimension y)
Constructs an elliptical radius with the given radii.
const
DynamicRadius.fromJson(Map<String, dynamic> map)

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x Dimension
The radius value on the horizontal axis.
final
y Dimension
The radius value on the vertical axis.
final

Methods

copyWith({Dimension? x, Dimension? y}) DynamicRadius
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toRadius({Size? size, Size? screenSize}) Radius
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override

Constants

zero → const DynamicRadius