BorderRadiusGeometry.directional constructor
Creates a BorderRadiusDirectional with only the given non-zero values.
The other corners will be right angles.
Implementation
const factory BorderRadiusGeometry.directional({
Radius topStart,
Radius topEnd,
Radius bottomStart,
Radius bottomEnd,
}) = BorderRadiusDirectional.only;