attachDrawer method
Implementation
void attachDrawer(VoidCallback open, VoidCallback close) {
_openDrawerCb = open;
_closeDrawerCb = close;
}
void attachDrawer(VoidCallback open, VoidCallback close) {
_openDrawerCb = open;
_closeDrawerCb = close;
}