Button constructor
const
Button({})
Creates a new Button.
Implementation
const Button({
required this.text,
required this.onPressed,
this.focused = false,
this.style = Style.empty,
this.focusedStyle = const Style(modifiers: Modifier.reverse),
});