Creates a RRect from the current border radius and a Rect.
RRect toRRect(Rect rect) { return new RRect.fromRectAndCorners( rect, topLeft: topLeft, topRight: topRight, bottomRight: bottomRight, bottomLeft: bottomLeft ); }