AdjustedWebview constructor

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

Implementation

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