WebAppManifest constructor
WebAppManifest({
- String? backgroundColor,
- String? description,
- String? dir,
- String? display,
- List<
String> ? displayOverrides, - List<
FileHandler> ? fileHandlers, - List<
ImageResource> ? icons, - String? id,
- String? lang,
- LaunchHandler? launchHandler,
- String? name,
- String? orientation,
- bool? preferRelatedApplications,
- List<
ProtocolHandler> ? protocolHandlers, - String? scope,
- List<
ScopeExtension> ? scopeExtensions, - List<
Screenshot> ? screenshots, - String? shortName,
- List<
Shortcut> ? shortcuts, - String? startUrl,
- String? themeColor,
Implementation
WebAppManifest(
{this.backgroundColor,
this.description,
this.dir,
this.display,
this.displayOverrides,
this.fileHandlers,
this.icons,
this.id,
this.lang,
this.launchHandler,
this.name,
this.orientation,
this.preferRelatedApplications,
this.protocolHandlers,
this.relatedApplications,
this.scope,
this.scopeExtensions,
this.screenshots,
this.shareTarget,
this.shortName,
this.shortcuts,
this.startUrl,
this.themeColor});