progressIndicatorTheme function

ProgressIndicatorThemeData progressIndicatorTheme(
  1. BuildContext context
)

Implementation

ProgressIndicatorThemeData progressIndicatorTheme(BuildContext context) {
  return theme(context).progressIndicatorTheme;
}