ZoomToolRF constructor

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

Implementation

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