Space.x constructor

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

Implementation

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