center member list in channel sheet
This commit is contained in:
@@ -154,7 +154,7 @@ class ChannelBottomSheet extends StatelessWidget {
|
||||
height: 83,
|
||||
child: ListView(
|
||||
padding: EdgeInsets.only(
|
||||
left: (MediaQuery.of(context).size.width / 2) - 80,
|
||||
left: (MediaQuery.of(context).size.width / 2) - 48,
|
||||
),
|
||||
scrollDirection: Axis.horizontal,
|
||||
children: snapshot.data.map((m) {
|
||||
|
||||
Reference in New Issue
Block a user