PumaMaterialButton constructor
const
PumaMaterialButton({
- Key? key,
- required String text,
- required Color color,
- required void onPressed(),
- int delayAction = 0,
- required BuildContext context,
Implementation
const PumaMaterialButton(
{Key? key,
required this.text,
required this.color,
required this.onPressed,
this.delayAction = 0,
required this.context})
: super(key: key);