iconFile property

String iconFile

Icon file name

Implementation

String get iconFile => 'Icon${maskable ? '-maskable' : ''}-$size.png';