ScrollableList constructor
const
ScrollableList({
- Key? key,
- required List<
Widget> items, - required double childrenHeight,
- ScrollController? scrollController,
Implementation
const ScrollableList(
{super.key, required this.items,
required this.childrenHeight,
this.scrollController});