LeftDrawer constructor

const LeftDrawer({
  1. Key? key,
  2. ValueNotifier<List<RecordItem>>? recordsNotifier,
})

Implementation

const LeftDrawer({super.key, this.recordsNotifier});