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