CustomWebViewIcon constructor

const CustomWebViewIcon({
  1. Key? key,
  2. VoidCallback? onTap,
})

Implementation

const CustomWebViewIcon({super.key, this.onTap});