TCICDrawer constructor
const
TCICDrawer({
- Key? key,
- required Widget child,
- TCICDrawerController? controller,
Implementation
const TCICDrawer({super.key, required this.child, this.controller});