Implement Two-Gang & One-Gang

This commit is contained in:
mohammad
2024-09-15 11:05:06 +03:00
parent 46662b5bac
commit ad47e34fa2
2 changed files with 3 additions and 4 deletions

View File

@ -13,8 +13,7 @@ import 'package:syncrow_app/generated/assets.dart';
import 'package:syncrow_app/utils/context_extension.dart';
import 'package:syncrow_app/utils/resource_manager/color_manager.dart';
import 'package:syncrow_app/utils/resource_manager/font_manager.dart';
import '../../../bloc/two_gang_bloc/two_gang_event.dart';
import 'package:syncrow_app/features/devices/bloc/two_gang_bloc/two_gang_event.dart';
class TwoTimerScreen extends StatelessWidget {
@ -167,7 +166,8 @@ class TwoTimerScreen extends StatelessWidget {
}
},
child: SvgPicture.asset(
countNum > 0 ? Assets.pauseIcon : Assets.playIcon))
countNum > 0 ? Assets.pauseIcon : Assets.playIcon)
)
],
)));
},