FilledButton constructor
FilledButton({
- required Widget child,
- CmdCallback? onPressed,
- ButtonSize size = ButtonSize.medium,
- EdgeInsets? padding,
- bool enabled = true,
- bool autofocus = false,
- String? focusId,
- FocusController? focusController,
- Key? key,
Implementation
FilledButton({
required this.child,
this.onPressed,
this.size = ButtonSize.medium,
this.padding,
this.enabled = true,
this.autofocus = false,
this.focusId,
this.focusController,
super.key,
}) : _tonal = false;