PipenFiller constructor
const
PipenFiller({
- Key? key,
- ScrollPhysics? physics,
- EdgeInsets? padding,
- ScrollController? controller,
- required FillerArea top,
- required FillerArea bottom,
Implementation
const PipenFiller({
super.key,
this.physics,
this.padding,
this.controller,
required this.top,
required this.bottom,
});