Axis constructor

Axis({
  1. double? end,
  2. double? start,
  3. String? tag,
})

Implementation

Axis({
  this.end,
  this.start,
  this.tag,
});