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