AxisFlag constructor

const AxisFlag({
  1. bool x = false,
  2. bool y = false,
})

Implementation

const AxisFlag({
  this.x = false,
  this.y = false,
});