render abstract method

  1. @protected
Widget render(
  1. T ctx,
  2. BuildContext context
)

Replaces a build method.

Provides the ReactterContext's instance of T along with the BuildContext.

It should build a Widget based on the current ReactterContext changes.

Implementation

@protected
Widget render(T ctx, BuildContext context);