sizes property

List<String>? get sizes

Optional array of strings that specify sizes at which the icon can be used.

Implementation

List<String>? get sizes => (_value[Keys.sizes] as List?)?.cast<String>();