RadarMapModel constructor

RadarMapModel({
  1. required List<LegendModel> legend,
  2. required List<MapDataModel> data,
  3. required List<IndicatorModel> indicator,
  4. required double radius,
  5. int duration = 2000,
  6. Shape shape = Shape.circle,
  7. LineModel? line,
  8. int alpha = 80,
  9. bool? dilog = true,
  10. DialogModel? dialogModel,
  11. double? outTextSize,
  12. double? maxWidth,
})

Implementation

RadarMapModel({required this.legend, required this.data, required this.indicator, required this.radius, this.duration = 2000, this.shape = Shape.circle,this.line,this.alpha = 80,this.dilog = true,this.dialogModel,this.outTextSize,this.maxWidth});