stadiumOutlinedButton method

Widget stadiumOutlinedButton(
  1. VoidCallback? onPressed
)

Implementation

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