LoadingButton constructor
const
LoadingButton({
- required LoadingButtonType buttonType,
- required Future<
void> onPressed()?, - String? tooltip,
- required Widget child,
- ButtonStyle? style,
- Key? key,
Implementation
const LoadingButton(
{required this.buttonType,
required this.onPressed,
this.tooltip,
required this.child,
this.style,
super.key});