insert abstract method

void insert(
  1. int index,
  2. String text,
  3. NotusStyle? style
)

Insert text at specified character index with style style.

Implementation

void insert(int index, String text, NotusStyle? style);