CompassController constructor

CompassController({
  1. required Map map,
})

Implementation

CompassController({required this.map}) {
  _init();
}