mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-26 18:34:55 +00:00
connected rest of the devices and functions and trigger api
This commit is contained in:
@ -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),
|
||||
|
||||
Reference in New Issue
Block a user