grouped_expansion_tile library

Classes

GroupBase
GroupedExpansionTile<T extends GroupBase>
Parent<T extends GroupBase>

Functions

isDifferentGroup<T extends GroupBase>(Parent<T>? source, Parent<T>? dest) bool
Check whether the source is different from dest. It returns false if either source or dest is null.

Typedefs

WidgetBuilder<T extends GroupBase> = Widget Function(Parent<T> parent, int depth)