range property

Range? range
getter/setter pair

The range of text to style.

The range may be extended to include adjacent newlines. If the range fully contains a paragraph belonging to a list, the paragraph's bullet is also updated with the matching text style. Ranges cannot be inserted inside a relative UpdateTextStyleRequest.

Implementation

Range? range;