CustomAppBar constructor
const
CustomAppBar({
- Key? key,
- required String title,
- required String subtitle,
- List<
Widget> ? actions, - VoidCallback? onMenuTap,
- ErpThemeVariant? currentTheme,
- void onThemeChanged()?,
Implementation
const CustomAppBar({
Key? key,
required this.title,
required this.subtitle,
this.actions, this.onMenuTap, this.currentTheme, this.onThemeChanged,
}) : super(key: key);