stadiumOutlinedButton method
Implementation
Widget stadiumOutlinedButton(VoidCallback? onPressed) {
return StadiumOutlinedButton(child: this, onPressed: onPressed);
}
Widget stadiumOutlinedButton(VoidCallback? onPressed) {
return StadiumOutlinedButton(child: this, onPressed: onPressed);
}