SelectionRect constructor Null safety
Constructor for creating a SelectionRect from a text position and bounds.
Implementation
const SelectionRect({required this.position, required this.bounds});
Constructor for creating a SelectionRect from a text position and bounds.
const SelectionRect({required this.position, required this.bounds});