TextWidget constructor

const TextWidget(
  1. String data, {
  2. Key? key,
  3. Style? style,
})

Implementation

const TextWidget(this.data, {super.key, this.style});