fix padding
This commit is contained in:
parent
cb42edd789
commit
349b54b4b4
@ -47,7 +47,7 @@ class ChatPage extends StatelessWidget implements PageShape {
|
|||||||
value: chatModel,
|
value: chatModel,
|
||||||
child: Container(
|
child: Container(
|
||||||
color: Theme.of(context).scaffoldBackgroundColor,
|
color: Theme.of(context).scaffoldBackgroundColor,
|
||||||
padding: EdgeInsets.only(top: 14.0, bottom: 14.0, left: 14.0),
|
padding: EdgeInsets.all(14.0),
|
||||||
child: Consumer<ChatModel>(
|
child: Consumer<ChatModel>(
|
||||||
builder: (context, chatModel, child) {
|
builder: (context, chatModel, child) {
|
||||||
final currentUser = chatModel.currentUser;
|
final currentUser = chatModel.currentUser;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user