PIText constructor

const PIText(
  1. String data, {
  2. Key? key,
})

Implementation

const PIText(this.data, {Key? key}) : super(key: key);