axisNameWidget property

Widget? axisNameWidget
final

It shows the name of axis, for example your x-axis shows year, then you might want to show it using axisNameWidget property as a widget

Implementation

final Widget? axisNameWidget;