StartOnEvent class
A Class declared for definition of when to call ontap.
Constructors
- StartOnEvent({required bool isWait, double percent = 1})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isWait → bool
-
Whether to hold the call of the
Ripple.onTap
callback functionfinal - percent → double
-
If the ripple effect spreads more than percent, call the
Ripple.onTap
callback function.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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