AxisBase constructor

AxisBase()

Implementation

AxisBase() {
  textSize = 10;
  xOffset = 5;
  yOffset = 5;
  _limitLines = List<LimitLine>.empty(growable: true);
}