webIcons top-level property

List<IconTemplate> webIcons
getter/setter pair

Implementation

List<IconTemplate> webIcons = <IconTemplate>[
  iconGenerator.get(name: 'Icon-192.png', size: 192),
  iconGenerator.get(name: 'Icon-512.png', size: 512),
  iconGenerator.get(
      name: 'favicon.png', size: 16, location: constants.webFaviconLocation),
];