Button constructor
const
Button({
- Key? key,
- required void confirmProcess(),
- required BuildContext speechContext,
- required String text,
Implementation
const Button(
{super.key,
required this.confirmProcess,
required this.speechContext,
required this.text});