PipenGap.small constructor

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

Implementation

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