menu
hubble_widget_library package
documentation
widgets/app_loading_indicator.dart
AppLoadingIndicator
AppLoadingIndicator.new const constructor
AppLoadingIndicator.new const constructor
dark_mode
light_mode
AppLoadingIndicator
constructor
const
AppLoadingIndicator
(
{
Key
?
key
,
Color
color
=
const Color(0xff000000)
,
double
scale
=
1
,
})
Implementation
const AppLoadingIndicator({ super.key, this.color = const Color(0xff000000), this.scale = 1, });
hubble_widget_library package
documentation
widgets/app_loading_indicator
AppLoadingIndicator
AppLoadingIndicator.new const constructor
AppLoadingIndicator class