SelectionAreaModifier constructor
const
SelectionAreaModifier({
- Key? key,
- Widget? child,
- Key? modifierKey,
- FocusNode? focusNode,
- TextSelectionControls? selectionControls,
Creates a SelectionArea.
If selectionControls
is null, a platform specific one is used.
Implementation
const SelectionAreaModifier({
super.key,
super.child,
super.modifierKey,
this.focusNode,
this.selectionControls,
});