TextUnderline constructor

const TextUnderline({
  1. required RichTextBase text,
})

Text Underline constructor.

Implementation

const TextUnderline({required this.text}) : super._();