AnalyticWidget constructor

AnalyticWidget({
  1. required String id,
  2. String title = "",
  3. String model = "",
  4. ChartOptions options = const ChartOptions(),
  5. String adminId = "",
})

Implementation

AnalyticWidget(
    {required this.id,
      this.title = "",
    this.model = "",
    this.options = const ChartOptions(),
    this.adminId = ""});