BuildingMarker constructor

BuildingMarker({
  1. bool isComplete = false,
  2. required String label,
})

Implementation

BuildingMarker({bool isComplete = false, required String label})
  : super(
      width: 120.0,
      height: 60.0,
      rotate: true,
      child: Center(child: Container()),
    );