fix StreamUserListTile to receive tileColor properly
the tileColor was not repassed to ListTile
This commit is contained in:
+1
@@ -157,6 +157,7 @@ class StreamUserListTile extends StatelessWidget {
|
|||||||
trailing: selected ? selectedWidget : null,
|
trailing: selected ? selectedWidget : null,
|
||||||
title: title,
|
title: title,
|
||||||
subtitle: subtitle,
|
subtitle: subtitle,
|
||||||
|
tileColor: tileColor,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user