AxisDivider constructor

const AxisDivider(
  1. Axis axis, {
  2. Key? key,
  3. Color? color,
  4. double? space,
})

Implementation

const AxisDivider(
  this.axis, {
  Key? key,
  this.color,
  this.space,
}) : super(key: key);