QdsPressableWidget constructor
const
QdsPressableWidget({
- Key? key,
- required Widget child,
- VoidCallback? onPressed,
- bool? externalIsPressed,
- VoidCallback? onTapDown,
- VoidCallback? onTapUp,
- VoidCallback? onTapCancel,
- HitTestBehavior? hitTestBehavior,
Implementation
const QdsPressableWidget({
super.key,
required this.child,
this.onPressed,
this.externalIsPressed,
this.onTapDown,
this.onTapUp,
this.onTapCancel,
this.hitTestBehavior,
});