TextStrike constructor

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

Text Strike constructor.

Implementation

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