menu
mxbase package
documentation
widgets/my_loading_view.dart
MyCustomLoadingIndicator
MyCustomLoadingIndicator.new const constructor
MyCustomLoadingIndicator.new const constructor
dark_mode
light_mode
MyCustomLoadingIndicator
constructor
const
MyCustomLoadingIndicator
(
{
Key
?
key
,
Widget
?
loadingView
,
})
Implementation
const MyCustomLoadingIndicator({Key? key, this.loadingView}) : super(key: key);
mxbase package
documentation
widgets/my_loading_view
MyCustomLoadingIndicator
MyCustomLoadingIndicator.new const constructor
MyCustomLoadingIndicator class