menu
open_media_station_base package
documentation
widgets/app_bar_title.dart
AppBarTitle
AppBarTitle.new const constructor
AppBarTitle.new const constructor
dark_mode
light_mode
AppBarTitle
constructor
const
AppBarTitle
(
{
Key
?
key
,
required
double
screenWidth
,
required
String
title
,
})
Implementation
const AppBarTitle({ super.key, required this.screenWidth, required this.title, });
open_media_station_base package
documentation
widgets/app_bar_title
AppBarTitle
AppBarTitle.new const constructor
AppBarTitle class