core/presentation/infrastructure/selectable_grid library
Classes
-
SelectableGrid<
GridItemType> - A grid where the user can navigate between its items and select one of them.
Typedefs
-
SelectableGridItemBuilder<
T> = Widget Function(BuildContext context, T item, bool isActive, VoidCallback onTap) - Builds a grid item.