TitleText constructor

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

Implementation

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