TextButton constructor
const
TextButton({
- Key? key,
- VoidCallback? onPressed,
- VoidCallback? onLongPress,
- Widget? child,
- ButtonStyle? style,
Implementation
const TextButton({
super.key,
this.onPressed,
this.onLongPress,
this.child,
this.style,
});