TextSpan constructor

const TextSpan({
  1. List<TextSpan>? children,
  2. String? text,
  3. CellStyle? style,
})

Implementation

const TextSpan({this.children, this.text, this.style});