MapPage constructor
- {Key? key,
- required TextEditingController merchantLocation}
Implementation
const MapPage({
Key? key,
required this.merchantLocation,
}) : super(key: key);
const MapPage({
Key? key,
required this.merchantLocation,
}) : super(key: key);