BaseScreen constructor
const
BaseScreen({})
Implementation
const BaseScreen(
{super.key,
this.bottomNavBar,
required this.headerText,
required this.child,
this.drawer,
this.floatingActionButton});