menu
flutter_gb_ui_kit package
documentation
presentation/utils/screen_loading_indicator.dart
ScreenLoadingIndicator
indicatorStream property
indicatorStream property
dark_mode
light_mode
indicatorStream
property
Stream
<
bool
>
?
indicatorStream
final
An stream that will be used to subscribe to the loading state
Implementation
final Stream<bool>? indicatorStream;
flutter_gb_ui_kit package
documentation
presentation/utils/screen_loading_indicator
ScreenLoadingIndicator
indicatorStream property
ScreenLoadingIndicator class