StandardPlaceLabelsState constructor

StandardPlaceLabelsState({
  1. bool? hide,
  2. bool? highlight,
  3. bool? select,
})

Implementation

StandardPlaceLabelsState({this.hide, this.highlight, this.select})
    : super(map: {
        "hide": hide,
        "highlight": highlight,
        "select": select,
      });