ItemBuilder<T> typedef
This function type is used for building a widget based on the value given to it. It is an alternate version of WidgetBuilder.
Implementation
typedef ItemBuilder<T> = Widget Function(T);
This function type is used for building a widget based on the value given to it. It is an alternate version of WidgetBuilder.
typedef ItemBuilder<T> = Widget Function(T);