CommonAppBar constructor
const
CommonAppBar({})
Implementation
const CommonAppBar({
Key? key,
required this.title,
this.onBackButtonPressed,
this.showBack = false,
this.actions,
this.elevation = 1,
}) : preferredSize = const Size.fromHeight(50.0), super(key: key);