SelectionListener constructor
- Key? key,
- required SelectionListenerNotifier selectionNotifier,
- required Widget child,
Create a new SelectionListener widget.
Implementation
const SelectionListener({super.key, required this.selectionNotifier, required this.child});