BaseListView constructor
const
BaseListView({
- Key? key,
- double gap = 6,
- EdgeInsets? padding,
- ScrollController? controller,
- List<
Widget> children = const [], - bool withDividers = false,
Implementation
const BaseListView({
super.key,
this.gap = 6,
this.padding,
this.controller,
this.children = const [],
this.withDividers = false,
});