byName property
All presets keyed by name — the source of truth for the gallery.
Implementation
static final Map<String, WaveScreenPreset> byName = {
'aurora': aurora,
'violet': violet,
'dusk': dusk,
'sunset': sunset,
'neon': neon,
'mist': mist,
'abyss': abyss,
'ocean': ocean,
'lagoon': lagoon,
'ember': ember,
'jelly': jelly,
'lava': lava,
'tidepool': tidepool,
'pulse': pulse,
};