CodeSelectionStyle constructor
CodeSelectionStyle({})
Implementation
CodeSelectionStyle({
this.cursorColor,
this.selectionColor = const Color(0x6E2195F3),
this.cursorBubbleColor = Colors.blue,
});
CodeSelectionStyle({
this.cursorColor,
this.selectionColor = const Color(0x6E2195F3),
this.cursorBubbleColor = Colors.blue,
});