only method
T
only({})
override
Implementation
@override
T only({
Radius? topLeft,
Radius? topRight,
Radius? bottomLeft,
Radius? bottomRight,
}) {
return builder(
BorderRadiusGeometryDto(
topLeft: topLeft,
topRight: topRight,
bottomLeft: bottomLeft,
bottomRight: bottomRight,
),
);
}