factory AnimatedBorderRadius.horizontal({ double? left, double? right, }) { return AnimatedBorderRadius._( left, right, left, right, ); }