Spacing constructor

const Spacing(
  1. double? size, {
  2. Key? key,
})

Implementation

const Spacing(this.size, {super.key,});