LocationsPageHeader constructor
- Key? key,
- required int placeCount,
- required bool isLoading,
- required VoidCallback onRefresh,
Implementation
const LocationsPageHeader({
super.key,
required this.placeCount,
required this.isLoading,
required this.onRefresh,
});