menu
awidgets package
documentation
general/a_loading_overlay.dart
ALoadingOverlay
ALoadingOverlay.new const constructor
ALoadingOverlay.new const constructor
dark_mode
light_mode
ALoadingOverlay
constructor
const
ALoadingOverlay
(
{
Key
?
key
,
required
bool
loading
,
required
Widget
content
,
})
Implementation
const ALoadingOverlay({ super.key, required this.loading, required this.content, });
awidgets package
documentation
general/a_loading_overlay
ALoadingOverlay
ALoadingOverlay.new const constructor
ALoadingOverlay class