TextInsert constructor

TextInsert(
  1. String text, {
  2. Attributes? attributes,
})

Implementation

TextInsert(
  this.text, {
  Attributes? attributes,
}) : _attributes = attributes;