feat: Fixed conflicts, added group info screen

This commit is contained in:
Deven Joshi
2021-01-01 14:04:33 +05:30
parent 3006725ad7
commit dc643c0f71
3 changed files with 37 additions and 26 deletions
+3 -9
View File
@@ -26,18 +26,12 @@ class OptionListTile extends StatelessWidget {
return Column(
children: [
Container(
color: separatorColor ?? Color(0xffe6e6e6),
color: separatorColor ??
StreamChatTheme.of(context).colorTheme.greyGainsboro,
height: 2.0,
),
Material(
color: tileColor ?? Colors.white,
child: Container(
height: 56.0,
color: StreamChatTheme.of(context).colorTheme.greyGainsboro,
height: 1.0,
),
Material(
color: StreamChatTheme.of(context).colorTheme.white,
color: tileColor ?? StreamChatTheme.of(context).colorTheme.white,
child: Container(
height: 63.0,
child: InkWell(