StadiumBorder constructor
Create a stadium border.
The side
argument must not be null.
Implementation
const StadiumBorder({this.side = BorderSide.none}) : assert(side != null);
Create a stadium border.
The side
argument must not be null.
const StadiumBorder({this.side = BorderSide.none}) : assert(side != null);