debugSetSelectionRect method
- Rect? rect
Implementation
@visibleForTesting
void debugSetSelectionRect(Rect? rect) {
_selectionModel.debugSetSelectionRect(rect);
}
@visibleForTesting
void debugSetSelectionRect(Rect? rect) {
_selectionModel.debugSetSelectionRect(rect);
}