DrawerBottomBar constructor

const DrawerBottomBar({
  1. required Function saveButtonCallback,
})

Implementation

const DrawerBottomBar({required this.saveButtonCallback});