builder property

Widget Function(BuildContext context, Triple<TState> triple) builder
final

The Function builder it's the type Widget and receive the params context it`s the type BuildContext and triple it's the type Triple<TError, TState>

Implementation

final Widget Function(
  BuildContext context,
  Triple<TState> triple,
) builder;