LabelView constructor

const LabelView({
  1. Key? key,
  2. required MapModel mapModel,
})

Implementation

const LabelView({super.key, required this.mapModel});