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