ConstantSourceOptions constructor
ConstantSourceOptions({
- double? offset,
Implementation
factory ConstantSourceOptions({double? offset}) =>
ConstantSourceOptions._(offset: offset ?? 1);
factory ConstantSourceOptions({double? offset}) =>
ConstantSourceOptions._(offset: offset ?? 1);