ListenableListExtensions<T extends Listenable> extension

on

Methods

mapListenable(Widget? callback(T item)) List<Widget>
Convert the list of Listenable to the list of widgets.
setWhereListenable<K extends Listenable>(Iterable<T> others, {required bool test(T original, T other), required K? apply(T original, T other), K? orElse(T original)?}) Iterable<K>
The data in the list of others is conditionally given to the current list.