WebViewContent constructor

const WebViewContent({
  1. required String source,
  2. required SourceType sourceType,
  3. Map<String, String>? headers,
  4. Object? webPostRequestBody,
})

Constructor

Implementation

const WebViewContent({
  required this.source,
  required this.sourceType,
  this.headers,
  this.webPostRequestBody,
});