PIGap constructor

const PIGap({
  1. Key? key,
  2. double? height,
})

Implementation

const PIGap({Key? key, this.height}) : super(key: key);