menu
htkc_utils package
documentation
emergent_utils/widget/emergent_app_bar.dart
EmergentAppBarTheme
EmergentAppBarTheme const constructor
EmergentAppBarTheme const constructor
dark_mode
light_mode
EmergentAppBarTheme
constructor
const
EmergentAppBarTheme
(
{
Key
?
key
,
required
Widget
hcChild
,
})
Implementation
const EmergentAppBarTheme({super.key, required this.hcChild}) : super(child: hcChild);
htkc_utils package
documentation
emergent_utils/widget/emergent_app_bar
EmergentAppBarTheme
EmergentAppBarTheme const constructor
EmergentAppBarTheme class