RadiusUtility<T extends Attribute> class

Inheritance

Constructors

RadiusUtility(T builder(Radius))
const

Properties

builder → T Function(Radius)
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(double radius) → T
circular(double radius) → T
elliptical(double x, double y) → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ref(RadiusToken ref) → T
toString() String
A string representation of this object.
inherited
zero() → T

Operators

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