defaultBuilder property

Widget Function(BuildContext context, AutoContentState<T> state)? defaultBuilder
final

This builder renders whenever a new state type is created for the AutoContentCubit. New state types are created by overriding AutoContentState. You may not use this if you only use AutoContentCubit in its regular cases.

Implementation

final Widget Function(BuildContext context, AutoContentState<T> state)? defaultBuilder;