TwText constructor

const TwText(
  1. String text, {
  2. Key? key,
  3. required List<TextStyle> className,
})

Implementation

const TwText(this.text, {Key? key, required this.className})
    : super(key: key);