AdjustedWebview constructor

const AdjustedWebview({
  1. Key? key,
  2. required WebViewController controller,
})

Implementation

const AdjustedWebview({super.key, required this.controller});