CustomBlueButton constructor
const
CustomBlueButton({
- required String text,
- required VoidCallback onPressed,
- bool isOutlined = true,
- Key? key,
Implementation
const CustomBlueButton({
required this.text,
required this.onPressed,
this.isOutlined = true,
super.key,
});