push 1gang and 2 gang, better naming

This commit is contained in:
ashrafzarkanisala
2024-09-15 23:21:06 +03:00
parent ebd92c1011
commit b513f31214
27 changed files with 1028 additions and 99 deletions

View File

@ -11,8 +11,8 @@ import 'package:syncrow_web/pages/device_managment/all_devices/models/devices_mo
import 'package:syncrow_web/utils/constants/assets.dart';
import 'package:syncrow_web/utils/helpers/responsice_layout_helper/responsive_layout_helper.dart';
class AcDeviceControls extends StatelessWidget with HelperResponsiveLayout {
const AcDeviceControls({super.key, required this.device});
class AcDeviceControlsView extends StatelessWidget with HelperResponsiveLayout {
const AcDeviceControlsView({super.key, required this.device});
final AllDevicesModel device;