push wall sensor

This commit is contained in:
ashrafzarkanisala
2024-09-12 13:41:13 +03:00
parent 222331f107
commit b4932c644e
9 changed files with 212 additions and 15 deletions

View File

@ -22,7 +22,7 @@ class DeviceBatchControlDialog extends StatelessWidget
borderRadius: BorderRadius.circular(20),
),
child: SizedBox(
width: devices.length < 3 ? 500 : 798,
width: devices.length < 2 ? 500 : 800,
// height: context.screenHeight * 0.7,
child: SingleChildScrollView(
child: Padding(