GpHtmlView constructor

const GpHtmlView({
  1. Key? key,
  2. required String html,
  3. bool onTapLink(
    1. String url
    )?,
})

Implementation

const GpHtmlView({super.key, required this.html, this.onTapLink});