expandedBuilder property
Builder for expanded row content.
When provided, rows can be expanded to show additional details.
Implementation
final Widget Function(BuildContext ctx, TListItem<T, K> item, int index)? expandedBuilder;
Builder for expanded row content.
When provided, rows can be expanded to show additional details.
final Widget Function(BuildContext ctx, TListItem<T, K> item, int index)? expandedBuilder;