HtmlTextHandle constructor

const HtmlTextHandle({
  1. Key? key,
  2. required String data,
})

Implementation

const HtmlTextHandle({Key? key, required this.data}) : super(key: key);