Gap constructor
Gap({})
Implementation
Gap({
Key? key,
this.title = "",
this.value = 1,
this.orientation = PumaOrientation.horizontal,
this.width,
this.height,
this.backgroundColor,
}) : super(key: key);