EtchRRect constructor

EtchRRect({
  1. required RRect rect,
  2. EtchStyle? etchStyle,
})

Implementation

EtchRRect({
  required RRect rect,
  EtchStyle? etchStyle,
})  : _rect = rect,
      _radius = 0.0,
      etchStyle = etchStyle ?? EtchStyle();