AlertButtons constructor
AlertButtons({})
Implementation
AlertButtons(
{Key? key,
required this.child,
required this.onPressed,
this.color,
this.width,
this.height = 40.0,
this.radius})
: super(key: key);