EmptyPlacesView constructor
- Key? key,
- required VoidCallback onRefresh,
- required VoidCallback onImport,
Implementation
const EmptyPlacesView({
super.key,
required this.onRefresh,
required this.onImport,
});
const EmptyPlacesView({
super.key,
required this.onRefresh,
required this.onImport,
});