insert abstract method
- int index,
- String text,
- NotusStyle? style
Insert text
at specified character index
with style style
.
Implementation
void insert(int index, String text, NotusStyle? style);
Insert text
at specified character index
with style style
.
void insert(int index, String text, NotusStyle? style);