CubicPath constructor
CubicPath({
- SignaturePathSetup setup = const SignaturePathSetup(),
Creates a CubicPath with the given setup
parameters.
Implementation
CubicPath({
this.setup = const SignaturePathSetup(),
}) {
_maxVelocity = setup.velocityRange;
}