HorizontalSpace constructor

const HorizontalSpace({
  1. Key? key,
  2. double? width = 16,
})

Implementation

const HorizontalSpace({super.key, this.width = 16});