retain abstract method

void retain(
  1. int index,
  2. int? length,
  3. NotusStyle? style
)

Format length characters of this node starting from index with specified style style.

Implementation

void retain(int index, int? length, NotusStyle? style);