NeoPopButtonTranslator constructor
const
NeoPopButtonTranslator({
- required Widget child,
- required double depth,
- required Duration animationDuration,
- required VoidCallback onTapUp,
- VoidCallback? onTapDown,
- VoidCallback? onLongPress,
- Duration? forwardDuration,
- Duration? reverseDuration,
- Key? key,
Implementation
const NeoPopButtonTranslator({
required this.child,
required this.depth,
required this.animationDuration,
required this.onTapUp,
this.onTapDown,
this.onLongPress,
this.forwardDuration,
this.reverseDuration,
Key? key,
}) : super(key: key);