SpecialStr constructor

SpecialStr({
  1. required String text,
  2. TextStyle? style,
  3. String? type,
})

Implementation

SpecialStr({required this.text, this.style, this.type});