buildDrawer method

Drawer? buildDrawer(
  1. BuildContext context
)

Implementation

Drawer? buildDrawer(BuildContext context) {
  return null;
}