TCICDrawer constructor

const TCICDrawer({
  1. Key? key,
  2. required Widget child,
  3. TCICDrawerController? controller,
})

Implementation

const TCICDrawer({super.key, required this.child, this.controller});