RRect toRRect(double radius, {double inflate = 0}) { return RRect.fromRectAndRadius(this.inflate(inflate), Radius.circular(radius + inflate)); }