LiquidButton constructor
LiquidButton({})
The only required fields are name and onPressed
Implementation
LiquidButton(
{required this.name,
this.fontSize = 19,
this.width = 88,
this.height = 36,
required this.onPressed,
this.backgroundColor,
this.key});