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