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