TextMix constructor

TextMix(
  1. Mix mix, {
  2. required String text,
  3. Key? key,
})

Implementation

TextMix(
  Mix mix, {
  required this.text,
  Key? key,
}) : super(mix, key: key);