RadiusResolver class

Inheritance
Mixed-in types
Annotations

Constructors

RadiusResolver(BuildContextResolver<Radius> resolve)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
resolve BuildContextResolver<Radius>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x double
The radius value on the horizontal axis.
finalinherited
y double
The radius value on the vertical axis.
finalinherited

Methods

clamp({Radius? minimum, Radius? maximum}) Radius
Returns this Radius, with values clamped to the given min and max Radius values.
inherited
clampValues({double? minimumX, double? minimumY, double? maximumX, double? maximumY}) Radius
Returns this Radius, with values clamped to the given min and max values in each dimension
inherited
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 %(double operand) Radius
Modulo (remainder) operator.
inherited
operator *(double operand) Radius
Multiplication operator.
inherited
operator +(Radius other) Radius
Binary addition operator.
inherited
operator -(Radius other) Radius
Binary subtraction operator.
inherited
operator /(double operand) Radius
Division operator.
inherited
operator ==(Object other) bool
The equality operator.
inherited
operator unary-() Radius
Unary negation operator.
inherited
operator ~/(double operand) Radius
Integer (truncating) division operator.
inherited