builder property
Function to build the overall content of the list.
Implementation
final Widget Function(BuildContext context, S state)? builder;
Function to build the overall content of the list.
final Widget Function(BuildContext context, S state)? builder;