EmptyList constructor
const
EmptyList({
- Key? key,
- required InfiniteGroupedList widget,
- required bool hasError,
- required dynamic error,
Implementation
const EmptyList({
super.key,
required this.widget,
required this.hasError,
required this.error,
});