InnerListView constructor
const
InnerListView({
- Key? key,
- EdgeInsetsGeometry? padding,
- Axis? scrollDirection,
- required List<
Widget> children,
Implementation
const InnerListView({
super.key,
this.padding,
this.scrollDirection,
required this.children,
});