TextNode constructor

const TextNode(
  1. String value, {
  2. Object? key,
})

Implementation

const TextNode(this.value, {super.key});