TextValue constructor

TextValue(
  1. List<String> styles,
  2. String text
)

Implementation

TextValue(this.styles, this.text);