HCPlotBubbleDataSortingOptions constructor

const HCPlotBubbleDataSortingOptions({
  1. bool? enabled,
  2. bool? matchByName,
  3. String? sortKey,
})

Implementation

const HCPlotBubbleDataSortingOptions({
  this.enabled,
  this.matchByName,
  this.sortKey,
});