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