onBuild abstract method

  1. @protected
Widget onBuild(
  1. BuildContext context
)

Abstract method for building the widget's UI. It will be wrapped inside a BlocListener and BlocBuilder to react to state changes and rebuild the UI.

Implementation

@protected
Widget onBuild(final BuildContext context);