SelectionArea constructor

SelectionArea({
  1. required Widget child,
  2. SelectionController? controller,
  3. Key? key,
})

Implementation

SelectionArea({required this.child, this.controller, super.key});