DefaultSelectionStyle constructor Null safety
Creates a default selection style widget that specifies the selection properties for all widgets below it in the widget tree.
Implementation
const DefaultSelectionStyle({
super.key,
this.cursorColor,
this.selectionColor,
required super.child,
});