PipenFillBottom constructor

const PipenFillBottom({
  1. Key? key,
  2. required Widget top,
  3. required Widget bottom,
})

Implementation

const PipenFillBottom({super.key, required this.top, required this.bottom});