menu
tadamon
core/widgets/app_bar_component/app_bar_title.dart
AppBarTitle
AppBarTitle.new const constructor
AppBarTitle.new
dark_mode
light_mode
AppBarTitle
constructor
const
AppBarTitle
(
{
required
String
title
,
Key
?
key
,
})
Implementation
const AppBarTitle({required this.title, super.key});
tadamon
app_bar_title
AppBarTitle
AppBarTitle.new const constructor
AppBarTitle class