GapX constructor

const GapX([
  1. double width = 16,
  2. Key? key
])

Creates a GapX widget with specified horizontal space.

Implementation

const GapX([this.width = 16, Key? key]) : super(key: key);