render abstract method
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);