XContainerOptions constructor

const XContainerOptions({
  1. bool isXContainerShown = true,
  2. double xBottomMinTicksHeight = 6.0,
  3. double xLabelsPadTB = 6.0,
  4. double xLabelsPadLR = 40.0,
})

Implementation

const XContainerOptions({
  this.isXContainerShown = true,
  this.xBottomMinTicksHeight = 6.0,
  this.xLabelsPadTB = 6.0,
  this.xLabelsPadLR = 40.0,
});