CurrentLocationToolRF constructor

CurrentLocationToolRF({
  1. Key? key,
  2. required MapControllerRF controller,
})

Implementation

CurrentLocationToolRF({super.key, required this.controller});