I'm working on fl_chart and would like to use "Icons.favorite" from Icon class for dot. Is there way to achieve this? Below is LineChart that I have been working with and I would like to change blue dot on both edge of line to "Icons.favorite" from Icon class.
LineChart(LineChartData(
lineBarsData: [
LineChartBarData(
spots: FlSpotDatas,
dotData: FlDotData()),
])
I feel like it can be done by FlDotData() but could not find any mategial about and I hope to get help.