DrawerHead constructor
const
DrawerHead({
- Key? key,
- required String drawerTitle,
- required bool drawerDeployed,
- required VoidCallback handleToggleDrawerDeploy,
Implementation
const DrawerHead({
super.key,
required this.drawerTitle,
required this.drawerDeployed,
required this.handleToggleDrawerDeploy,
});