BorderRadius.only constructor Null safety
Implementation
const factory BorderRadius.only({
Radius? topLeft,
Radius? topRight,
Radius? bottomLeft,
Radius? bottomRight,
}) = BorderRadiusOnly;
const factory BorderRadius.only({
Radius? topLeft,
Radius? topRight,
Radius? bottomLeft,
Radius? bottomRight,
}) = BorderRadiusOnly;