BorderRadiusGeometry.vertical constructor

const BorderRadiusGeometry.vertical({
  1. Radius top,
  2. Radius bottom,
})

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;