ProgressOptions constructor

ProgressOptions({
  1. Object? location,
  2. String? title,
  3. bool? cancellable,
})

Implementation

factory ProgressOptions({
  _i2.Object? location,
  _i2.String? title,
  _i2.bool? cancellable,
}) =>
    ProgressOptions._(
      location: location ?? _i6.undefined,
      title: title,
      cancellable: cancellable,
    );