SynrgButton constructor
const
SynrgButton({
- Key? key,
- void onPressed()?,
- String? text,
- RequestStatus? status,
Implementation
const SynrgButton({
super.key,
this.onPressed,
this.text,
this.status,
});