scaled method

  1. @override
GSVGPath scaled(
  1. double scale
)
override

Scaled version of this GShape.

Implementation

@override
GSVGPath scaled(double scale) => GSVGPath(_paths.scaled(scale),
    fillColor: fillColor,
    strokeColor: strokeColor,
    strokeSize: strokeSize?.scaled(scale));