menu
sunny_essentials package
documentation
text/app_bar_title.dart
AppBarTitle
AppBarTitle const constructor
AppBarTitle const constructor
dark_mode
light_mode
AppBarTitle
constructor
const
AppBarTitle
(
String
title
, {
Key
?
key
,
})
Implementation
const AppBarTitle(this.title, {Key? key}) : style = _smallTitle, super(key: key);
sunny_essentials package
documentation
text/app_bar_title
AppBarTitle
AppBarTitle const constructor
AppBarTitle class