LocationsPageHeader constructor

const LocationsPageHeader({
  1. Key? key,
  2. required int placeCount,
  3. required bool isLoading,
  4. required VoidCallback onRefresh,
})

Implementation

const LocationsPageHeader({
  super.key,
  required this.placeCount,
  required this.isLoading,
  required this.onRefresh,
});