SemanticRadiusScheme class

Constructors

SemanticRadiusScheme({required double tipsRadius, required double smallRadius, required double alertRadius, required double largeRadius, required double superLargeRadius, required double roundRadius})
const

Properties

alertRadius double
final
hashCode int
The hash code for this object.
no setterinherited
largeRadius double
final
roundRadius double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smallRadius double
final
superLargeRadius double
final
tipsRadius 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