WebviewControls constructor

const WebviewControls({
  1. void onCopy(
    1. String url
    )?,
  2. void onOpenInBrowser(
    1. String url
    )?,
})

Implementation

const WebviewControls({this.onCopy, this.onOpenInBrowser});