Space.y constructor

const Space.y(
  1. double? y, {
  2. Key? key,
})

Implementation

const Space.y(
  this.y, {
  Key? key,
})  : x = null,
      super(key: key);