TextBold constructor

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

Text Bold constructor.

Implementation

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