RRectElement constructor

RRectElement(
  1. double width,
  2. double height,
  3. double radius,
  4. Paint _paint,
)

Implementation

RRectElement(
  double width,
  double height,
  double radius,
  this._paint,
) : _rrect = RRect.fromLTRBR(0, 0, width, height, Radius.circular(radius));