shapes top-level property

Set<IconSticker> shapes
final

Implementation

final shapes = ShapeIcons.values
    .map((iconData) => IconSticker(iconData: iconData))
    .toSet();