RippleManager class

Constructors

RippleManager()
factory

Properties

cancelRipple bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
init(BuildContext context, {Widget? customChild, Function? onTap, bool enableRippleOnSwipe = true, Curve curve = Curves.linear, Duration fadeInDuration = const Duration(milliseconds: 250), Duration fadeOutDuration = const Duration(milliseconds: 200), double rightPadding = 25, double bottomPadding = 25, double width = 50, double height = 50, Color backgroundColor = const Color(0xFFB2DFDB), BoxBorder? border, bool isAnimationReverse = false, double extraScale = 0.0}) → void
initSingleton() → void
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