RRectCommand constructor

RRectCommand(
  1. RRect rrect,
  2. Paint? paint
)

Implementation

RRectCommand(this.rrect, this.paint);