PipenFiller constructor
PipenFiller({})
Implementation
PipenFiller({super.key, this.top, this.bottom, this.topChildren, this.bottomChildren}) {
assert(top != null || topChildren != null);
assert(bottom != null || bottom != null);
}