getView method

Widget getView({
  1. Key? key,
})
override

Implementation

Widget getView({Key? key})
{
  return getReactiveView(ChartView(this));
}