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

@ -5,8 +5,9 @@ import 'package:syncrow_web/pages/device_managment/shared/batch_control/factory_
import 'package:syncrow_web/pages/device_managment/shared/batch_control/firmware_update.dart';
import 'package:syncrow_web/utils/helpers/responsice_layout_helper/responsive_layout_helper.dart';
class GatewayBatchControl extends StatelessWidget with HelperResponsiveLayout {
const GatewayBatchControl({super.key, required this.gatewayIds});
class GatewayBatchControlView extends StatelessWidget
with HelperResponsiveLayout {
const GatewayBatchControlView({super.key, required this.gatewayIds});
final List<String> gatewayIds;