backgroundIconTemplates property

List<BackgroundIconTemplate> backgroundIconTemplates
final

Implementation

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