PipenSliver constructor
const
PipenSliver({
- Key? key,
- double? spacing,
- ScrollPhysics? physics,
- ScrollController? controller,
- EdgeInsets? padding,
- required List<
PipenSlivers> slivers,
Implementation
const PipenSliver({
super.key,
this.spacing,
this.physics,
this.controller,
EdgeInsets? padding,
required this.slivers,
}) : padding = padding ?? EdgeInsets.zero;