LocationDetailPage constructor
- required InspectionLocation locationdata,
- Key? key,
Implementation
const LocationDetailPage({required this.locationdata, Key? key})
: super(key: key);
const LocationDetailPage({required this.locationdata, Key? key})
: super(key: key);