TText constructor

const TText(
  1. String text, {
  2. String? props,
  3. Key? key,
})

Implementation

const TText(
  this.text, {
  this.props,
  super.key,
});