connected rest of the devices and functions and trigger api

This commit is contained in:
ashrafzarkanisala
2024-06-29 18:24:33 +03:00
parent 320afb0ca8
commit 043e8c1e2d
24 changed files with 630 additions and 162 deletions

View File

@ -22,6 +22,7 @@ class SceneListTile extends StatelessWidget {
this.subtitleString,
this.subtitleWidget,
this.iconsSize,
this.assetHeaderValue,
});
final String? assetPath;
final String? titleString;
@ -36,6 +37,7 @@ class SceneListTile extends StatelessWidget {
final double? minLeadingWidth;
final Widget? titleWidget;
final double? iconsSize;
final String? assetHeaderValue;
@override
Widget build(BuildContext context) {
@ -50,7 +52,7 @@ class SceneListTile extends StatelessWidget {
width: iconsSize,
height: assetHeight ?? 35,
alignment: Alignment.center,
fit: BoxFit.contain,
fit: BoxFit.fitWidth,
),
)
: null),