boundsCollection property

List<Rect> boundsCollection

Gets the text markup annotation bounds collection.

Implementation

List<Rect> get boundsCollection => _helper.boundsCollection;
void boundsCollection=(List<Rect> value)

Sets the text markup annotation bounds collection.

Implementation

set boundsCollection(List<Rect> value) {
  _helper.boundsCollection = value;
}