Button constructor
const
Button({
- Key? key,
- required String title,
- VoidCallback? onPressed,
Implementation
const Button({super.key, required this.title, this.onPressed});