shrinkwrap listview
This commit is contained in:
@@ -1 +1 @@
|
|||||||
c770358a10272b4ee1cdc2eb432445f6
|
13a41b8138c4868054e44b5158f3bdd6
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
name: example
|
name: example
|
||||||
description: A new Flutter project.
|
description: A new Flutter project.
|
||||||
version: 1.0.107+110
|
version: 1.0.108+111
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.2.2 <3.0.0"
|
sdk: ">=2.2.2 <3.0.0"
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ class _ChannelBottomSheetState extends State<ChannelBottomSheet> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
child: ListView(
|
child: ListView(
|
||||||
|
shrinkWrap: true,
|
||||||
children: [
|
children: [
|
||||||
SizedBox(
|
SizedBox(
|
||||||
height: 24.0,
|
height: 24.0,
|
||||||
|
|||||||
Reference in New Issue
Block a user