fill static method

PipenSliversFill fill({
  1. required Widget child,
  2. EdgeInsets? padding,
})

Implementation

static PipenSliversFill fill({required Widget child, EdgeInsets? padding}) {
  return PipenSliversFill(child: child, padding: padding);
}