ProgressIndicatorThemeData constructor
- Color? color,
- Color? linearTrackColor,
- double? linearMinHeight,
- Color? circularTrackColor,
- Color? refreshBackgroundColor,
- BorderRadiusGeometry? borderRadius,
- Color? stopIndicatorColor,
- double? stopIndicatorRadius,
- double? strokeWidth,
- double? strokeAlign,
- StrokeCap? strokeCap,
- BoxConstraints? constraints,
- double? trackGap,
- EdgeInsetsGeometry? circularTrackPadding,
- @Deprecated('Use ProgressIndicatorTheme to customize the ProgressIndicator appearance. ' 'This feature was deprecated after v3.27.0-0.2.pre.') bool? year2023,
Creates the set of properties used to configure ProgressIndicator widgets.
Implementation
const ProgressIndicatorThemeData({
this.color,
this.linearTrackColor,
this.linearMinHeight,
this.circularTrackColor,
this.refreshBackgroundColor,
this.borderRadius,
this.stopIndicatorColor,
this.stopIndicatorRadius,
this.strokeWidth,
this.strokeAlign,
this.strokeCap,
this.constraints,
this.trackGap,
this.circularTrackPadding,
@Deprecated(
'Use ProgressIndicatorTheme to customize the ProgressIndicator appearance. '
'This feature was deprecated after v3.27.0-0.2.pre.',
)
this.year2023,
});