AnimatedBorderRadius.only constructor
AnimatedBorderRadius.only({})
Implementation
factory AnimatedBorderRadius.only({
double? topLeft,
double? topRight,
double? bottomLeft,
double? bottomRight,
}) {
return AnimatedBorderRadius._(
topLeft,
topRight,
bottomLeft,
bottomRight,
);
}