ConstantSourceOptions constructor

ConstantSourceOptions({
  1. num? offset,
})

Implementation

factory ConstantSourceOptions({_i2.num? offset}) =>
    ConstantSourceOptions._(offset: offset);