Refactor AC device controls and toggle widget

This commit is contained in:
mohammad
2025-04-14 09:57:25 +03:00
parent cbaeecc968
commit 140f4ff5e2
2 changed files with 13 additions and 11 deletions

View File

@ -62,9 +62,6 @@ class ToggleWidget extends StatelessWidget {
)),
if (showToggle)
Container(
height: 20,
width: 35,
padding: const EdgeInsets.only(right: 16, top: 10),
child: CupertinoSwitch(
value: value,
activeColor: ColorsManager.dialogBlueTitle,