TextSelection constructor
Creates a TextSelection with the given start and end positions.
Implementation
const TextSelection({required this.start, required this.end});
Creates a TextSelection with the given start and end positions.
const TextSelection({required this.start, required this.end});