menu
takyeebbak
core/widgets/app_bar_components/app_bar.dart
ApAppBar
ApAppBar.new const constructor
ApAppBar.new
dark_mode
light_mode
ApAppBar
constructor
const
ApAppBar
(
{
required
String
title
,
Key
?
key
,
})
Implementation
const ApAppBar({required this.title, super.key});
takyeebbak
app_bar
ApAppBar
ApAppBar.new const constructor
ApAppBar class