SelectionArea constructor
SelectionArea({
- required Widget child,
- SelectionController? controller,
- Key? key,
Implementation
SelectionArea({required this.child, this.controller, super.key});