BorderRadiusGeometry.vertical constructor
Creates a vertically symmetric BorderRadius where the top and bottom sides of the rectangle have the same radii.
Implementation
const factory BorderRadiusGeometry.vertical({Radius top, Radius bottom}) = BorderRadius.vertical;