AxisItem constructor

AxisItem({
  1. required String showText,
})

create AxisItem

Implementation

AxisItem({required this.showText});