LeftDrawer constructor
const
LeftDrawer({
- Key? key,
- ValueNotifier<
List< ? recordsNotifier,RecordItem> >
Implementation
const LeftDrawer({super.key, this.recordsNotifier});