TextInfo constructor

TextInfo({
  1. required String text,
  2. String? fontWeight,
})

Implementation

TextInfo({required this.text, this.fontWeight});