YAxisMargin constructor

const YAxisMargin(
  1. double ySize, {
  2. Key? key,
})

Implementation

const YAxisMargin(
  this.ySize, {
  Key? key,
}) : super(key: key);