menu
solandra package
documentation
path.dart
SPath
moved method
moved method
dark_mode
light_mode
moved
method
SPath
moved
(
Point
<
double
>
by
)
Move the shape
Implementation
SPath moved(Point<double> by) { return transformed((p) => p + by); }
solandra package
documentation
path
SPath
moved method
SPath class