builder abstract method

Widget builder(
  1. BuildContext context,
  2. S state,
  3. void onEvent(
    1. E
    )?
)

Implementation

Widget builder(BuildContext context, S state, void Function(E)? onEvent);