onBuildUI method
Method which runs when widget builds UI
Implementation
@mustCallSuper
void onBuildUI(BuildContext context) {
this.context = context;
if (!_isContextReady) {
_isContextReady = true;
onContextReady(context);
onBindReactor();
}
}