GreatText constructor

const GreatText(
  1. String? text, {
  2. Key? key,
})

Implementation

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