ProgressIndicatorThemeModifier constructor
const
ProgressIndicatorThemeModifier({
- Key? key,
- Widget? child,
- Key? modifierKey,
- required ProgressIndicatorThemeData data,
Creates a theme that controls the configurations for ProgressIndicator widgets.
Implementation
const ProgressIndicatorThemeModifier({
super.key,
super.child,
super.modifierKey,
required this.data,
});