entries property
A static map associating Key objects with corresponding OverlayEntry
objects for each instance of FlashyFlushbar
.
This map is used internally to keep track of the overlay entries created
for each FlashyFlushbar
instance. It is mainly used for canceling and
managing the displayed flushbars.
Implementation
static final Map<Key, OverlayEntry> entries = {};