StandardButton constructor
const
StandardButton(})
Implementation
const StandardButton(
this.text,
this.onPressed, {
double? width,
double? height,
Key? key,
}) : _width = width,
_height = height,
super(key: key);