MainAppBar constructor
MainAppBar(})
Implementation
MainAppBar(this.title,
{this.leftIcon,
required this.leftIconOnPressed,
required this.rightIcon,
required this.rightIconOnPressed,
super.key});
MainAppBar(this.title,
{this.leftIcon,
required this.leftIconOnPressed,
required this.rightIcon,
required this.rightIconOnPressed,
super.key});