clearSelection method
Implementation
TextLineStateSnapshot clearSelection({TextPosition? cursor}) {
return TextLineStateSnapshot.collapsed(cursor: cursor ?? this.cursor);
}
TextLineStateSnapshot clearSelection({TextPosition? cursor}) {
return TextLineStateSnapshot.collapsed(cursor: cursor ?? this.cursor);
}