ListUicEmptyView constructor
const
ListUicEmptyView({
- Key? key,
- required ListUicController controller,
- required Icon icon,
- required String text,
Implementation
const ListUicEmptyView({
Key? key,
required this.controller,
required this.icon,
required this.text,
}) : super(key: key);