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