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