CubicPath constructor

CubicPath({
  1. SignaturePathSetup setup = const SignaturePathSetup(),
})

Creates a CubicPath with the given setup parameters.

Implementation

CubicPath({
  this.setup = const SignaturePathSetup(),
}) {
  _maxVelocity = setup.velocityRange;
}