MapPage constructor

const MapPage(
  1. {Key? key,
  2. required TextEditingController merchantLocation}
)

Implementation

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