backgroundIconTemplates property
Implementation
static final backgroundIconTemplates = foregroundIconTemplates
.map((template) => BackgroundIconTemplate(
size: template.size, sizeDirectory: template.sizeDirectory))
.toList();
static final backgroundIconTemplates = foregroundIconTemplates
.map((template) => BackgroundIconTemplate(
size: template.size, sizeDirectory: template.sizeDirectory))
.toList();