globalSelectedRegion property Null safety
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;
}