CurrentLocationToolRF constructor
CurrentLocationToolRF({
- Key? key,
- required MapControllerRF controller,
- Color? backgroundColor = Colors.white,
- Color? foregroundColor = Colors.black,
- ShapeBorder shape = const CircleBorder(),
Implementation
CurrentLocationToolRF({
super.key,
required this.controller,
this.backgroundColor = Colors.white,
this.foregroundColor = Colors.black,
this.shape = const CircleBorder(),
});