SelectionListener constructor

const SelectionListener({
  1. Key? key,
  2. required SelectionListenerNotifier selectionNotifier,
  3. required Widget child,
})

Create a new SelectionListener widget.

Implementation

const SelectionListener({super.key, required this.selectionNotifier, required this.child});