MaterialTouchRippleBlur class
- Inheritance
-
- Object
- TouchRippleBlur
- MaterialTouchRippleBlur
Constructors
- MaterialTouchRippleBlur.fixed(double value)
-
const
- MaterialTouchRippleBlur.percent(double value, {double minValue = -double.infinity, double maxValue = double.infinity})
-
const
Properties
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