GtdHtmlView constructor

const GtdHtmlView({
  1. Key? key,
  2. String? htmlString,
  3. bool? shrinkWrap,
  4. void onLinkTap({
    1. Map<String, String>? attributes,
    2. String? url,
    })?,
})

Implementation

const GtdHtmlView({super.key, this.htmlString, this.shrinkWrap, this.onLinkTap});