menu
jtech_base package
documentation
widget/loading/overlay.dart
LoadingOverlay
LoadingOverlay.new const constructor
LoadingOverlay.new const constructor
dark_mode
light_mode
LoadingOverlay
constructor
const
LoadingOverlay
(
{
Key
?
key
,
LoadingOverlayStyle
?
style
,
Stream
<
String
>
?
hintStream
,
Stream
<
double
>
?
progressStream
,
})
Implementation
const LoadingOverlay({ super.key, this.style, this.hintStream, this.progressStream, });
jtech_base package
documentation
widget/loading/overlay
LoadingOverlay
LoadingOverlay.new const constructor
LoadingOverlay class