Fix(bugs): Handle Touch PieChart

This commit is contained in:
anhtunz
2025-04-03 10:44:29 +07:00
parent b830d76d23
commit 6230036c04
4 changed files with 89 additions and 82 deletions

View File

@@ -371,6 +371,7 @@ class TagState extends StatelessWidget {
child: const Icon(
Icons.close,
size: 20,
color: Colors.white,
),
),
],

View File

@@ -189,7 +189,6 @@ class _MainScreenState extends State<MainScreen> with WidgetsBindingObserver {
@override
Widget build(BuildContext context) {
return StreamBuilder<bool>(
stream: mainBloc.streamThemeMode,
initialData: isLight,