BorderRadiusGeometry.only constructor
Creates a BorderRadius with only the given non-zero values.
The other corners will be right angles.
Implementation
const factory BorderRadiusGeometry.only({
Radius topLeft,
Radius topRight,
Radius bottomLeft,
Radius bottomRight,
}) = BorderRadius.only;