BlurButton constructor
const
BlurButton({
- required String caption,
- required VoidCallback onClick,
- double fontSize = 14,
- bool isEnabled = true,
- Key? key,
Implementation
const BlurButton({
required this.caption,
required this.onClick,
this.fontSize = 14,
this.isEnabled = true,
super.key,
});