MaterialTouchRippleBlur class

Inheritance

Constructors

MaterialTouchRippleBlur.fixed(double value)
const
MaterialTouchRippleBlur.percent(double value, {double minValue = -double.infinity, double maxValue = double.infinity})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isPercent bool
final
maxValue double
final
minValue double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value double
final

Methods

calculateRadius(TouchRippleEffect effect, Size size) double
Returns the blur radius of the touch ripple effect by a given instance and size.
override
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