globalSelectedRegion property
Rect?
get
globalSelectedRegion
The global bounds information of the selected text region.
Implementation
Rect? get globalSelectedRegion {
return _globalSelectedRegion;
}
The global bounds information of the selected text region.
Rect? get globalSelectedRegion {
return _globalSelectedRegion;
}