TouchEffectInfo class

Constructors

TouchEffectInfo({required Offset touchPosition, required bool isTouched, required AnimationController? animationController, required int durationInSeconds, required BorderRadius? borderRadius, required Color? tapColor})

Properties

animationController AnimationController?
final
borderRadius BorderRadius?
final
durationInSeconds int
final
hashCode int
The hash code for this object.
no setterinherited
isTouched bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tapColor Color?
final
touchPosition Offset
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