foregroundIconTemplates constant

List<ForegroundIconTemplate> const foregroundIconTemplates

Implementation

static const foregroundIconTemplates = [
  ForegroundIconTemplate(sizeDirectory: 'drawable-mdpi', size: 108),
  ForegroundIconTemplate(sizeDirectory: 'drawable-hdpi', size: 162),
  ForegroundIconTemplate(sizeDirectory: 'drawable-xhdpi', size: 216),
  ForegroundIconTemplate(sizeDirectory: 'drawable-xxhdpi', size: 324),
  ForegroundIconTemplate(sizeDirectory: 'drawable-xxxhdpi', size: 432),
];