GetDrawer constructor

const GetDrawer({
  1. Key? key,
  2. Widget? child,
})

Implementation

const GetDrawer({super.key, this.child});