BounceTextButton constructor
const
BounceTextButton({})
Implementation
const BounceTextButton({
required this.onPressed,
this.child,
this.size = BouncingWidgetSize.MEDIUM,
this.widthFactor = 1.3,
this.isScrollable = false,
this.scaleFactor = 1,
this.duration = const Duration(milliseconds: 200),
this.canReverse = false,
Key? key,
}) : super(key: key);