FrameAddStyleTagOptions constructor

FrameAddStyleTagOptions({
  1. String? url,
  2. String? path,
  3. String? content,
})

Implementation

FrameAddStyleTagOptions({this.url, this.path, this.content});