brownButtonWithProgress static method
Implementation
static RaisedButtonWithProgress brownButtonWithProgress(String textString, {VoidCallback? onPressed}) {
return RaisedButtonWithProgress(
textString,
onPressed,
Colors.brown,
);
}
static RaisedButtonWithProgress brownButtonWithProgress(String textString, {VoidCallback? onPressed}) {
return RaisedButtonWithProgress(
textString,
onPressed,
Colors.brown,
);
}