JSONText constructor

const JSONText(
  1. String data, {
  2. Key? key,
  3. TextStyle? style,
  4. dynamic value,
})

Implementation

const JSONText(
  this.data, {
  Key? key,
  this.style,
  this.value,
}) : super(key: key);