@override Widget getView({Key? key}) { var view = BoxView(this, (_,__) => inflate()); return isReactive ? ReactiveView(this, view) : view; }