TextAutoPhone constructor

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

Text Auto Phone constructor.

Implementation

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