YustProgressButton constructor
YustProgressButton({})
Implementation
YustProgressButton({
Key? key,
this.child,
required this.onPressed,
this.color,
this.spinnerColor = Colors.white,
this.inProgress = false,
}) : super(key: key);