MainAppBar constructor Null safety
Implementation
MainAppBar({
Key? key,
required this.title,
required this.onLogin,
required this.loggedIn,
}) : super(key: key);
MainAppBar({
Key? key,
required this.title,
required this.onLogin,
required this.loggedIn,
}) : super(key: key);