menu
htkc_utils package
documentation
hc_utils/hc_app_loader.dart
HcAppStackLoader
HcAppStackLoader const constructor
HcAppStackLoader const constructor
dark_mode
light_mode
HcAppStackLoader
constructor
const
HcAppStackLoader
(
{
Key
?
key
,
required
bool
visible
,
required
Widget
child
,
})
Implementation
const HcAppStackLoader({Key? key, required this.visible, required this.child}) : super(key: key);
htkc_utils package
documentation
hc_utils/hc_app_loader
HcAppStackLoader
HcAppStackLoader const constructor
HcAppStackLoader class