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