menu
facebook_image_view package
documentation
loading_widget/busy_overlay.dart
BusyOverlay
BusyOverlay.new const constructor
BusyOverlay.new const constructor
dark_mode
light_mode
BusyOverlay
constructor
const
BusyOverlay
(
{
required
Widget
child
,
String
title
=
"Veuillez patienter ..."
,
bool
show
=
false
,
})
Implementation
const BusyOverlay( {required this.child, this.title = "Veuillez patienter ...", this.show = false});
facebook_image_view package
documentation
loading_widget/busy_overlay
BusyOverlay
BusyOverlay.new const constructor
BusyOverlay class