直播端聊天聊天框位置修改

master
zhang 5 years ago
parent 94e9ed8a7e
commit 74c46ebd60

@ -348,6 +348,7 @@ class _LivePageState extends State<LivePage> {
child: Container(
height: 300,
child: ListView.builder(
padding: EdgeInsets.only(bottom:50),
reverse: true,
controller: _scrollController,
physics: AlwaysScrollableScrollPhysics(

Loading…
Cancel
Save