asRRect method

RRect asRRect()

Converts this shape into an RRect from dart:ui.

Implementation

RRect asRRect() =>
    RRect.fromLTRBR(_left, _top, _right, _bottom, Radius.circular(_radius));