TextMorphic constructor

const TextMorphic(
  1. String value, {
  2. Object? key,
})

Implementation

const TextMorphic(this.value, {super.key});