PipenGap.verySmall constructor

const PipenGap.verySmall({
  1. Key? key,
  2. Widget? child,
})

Implementation

const PipenGap.verySmall({super.key, this.child}) : size = 4;