options property

Implementation

ProgressIndicatorOptions get options => switch (this) {
      ProgressIndicatorStyle.linear =>
        const ProgressIndicatorOptions.linear(),
      ProgressIndicatorStyle.circular =>
        const ProgressIndicatorOptions.circular(),
      ProgressIndicatorStyle.refresh =>
        const ProgressIndicatorOptions.refresh(),
    };