Converts this shape into an RRect from dart:ui.
RRect asRRect() => RRect.fromLTRBR(_left, _top, _right, _bottom, Radius.circular(_radius));