@override Widget getView({Key? key}) { var view = SwitchView(this); return isReactive ? ReactiveView(this, view) : view; }