TextCellValue constructor

TextCellValue(
  1. String text
)

Implementation

TextCellValue(String text) : value = TextSpan(text: text);