ErrorText constructor

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

Implementation

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