UnScaffold constructor Null safety
- {Key? key,
- required List<
Widget> slivers, - ScrollController? controller,
- ScrollPhysics? physics}
Implementation
const UnScaffold({
super.key,
required this.slivers,
this.controller,
this.physics,
});
const UnScaffold({
super.key,
required this.slivers,
this.controller,
this.physics,
});