MapPlaceholder constructor

const MapPlaceholder({
  1. Key? key,
  2. Color primaryColor = Colors.green,
})

Implementation

const MapPlaceholder({super.key, this.primaryColor = Colors.green});