SvgGroup constructor

SvgGroup({
  1. SvgPaint? paint,
})

Implementation

SvgGroup({SvgPaint? paint}) : super._withPaint(paint ?? SvgPaint.empty());