menu
styles_dap_sarj package
documentation
others.dart
ProjectAppBar
ProjectAppBar.new const constructor
ProjectAppBar.new const constructor
dark_mode
light_mode
ProjectAppBar
constructor
const
ProjectAppBar
(
{
Key
?
key
,
required
String
title
,
required
Function
onPressed
,
})
Implementation
const ProjectAppBar({ super.key, required this.title, required this.onPressed, });
styles_dap_sarj package
documentation
others
ProjectAppBar
ProjectAppBar.new const constructor
ProjectAppBar class