TextRetain constructor

TextRetain(
  1. int length, {
  2. Attributes? attributes,
})

Implementation

TextRetain(
  this.length, {
  Attributes? attributes,
}) : _attributes = attributes;