opt.: migrate fl_lib

This commit is contained in:
lollipopkit
2024-05-14 22:29:37 +08:00
parent 248430e5b0
commit 04dfede535
136 changed files with 686 additions and 3896 deletions

View File

@@ -109,7 +109,7 @@ Widget _buildLineChart(
isCurved: curve,
barWidth: 2,
isStrokeCapRound: true,
color: primaryColor,
color: UIs.primaryColor,
dotData: const FlDotData(show: false),
belowBarData: BarAreaData(show: false),
))