WebPageInstantView constructor
const
WebPageInstantView({})
Describes an instant view page for a web page
Implementation
const WebPageInstantView({
required this.pageBlocks,
required this.viewCount,
required this.version,
required this.isRtl,
required this.isFull,
required this.feedbackLink,
this.extra,
this.clientId,
});