fix padding
This commit is contained in:
parent
cb42edd789
commit
349b54b4b4
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class ChatPage extends StatelessWidget implements PageShape {
|
|||
value: chatModel,
|
||||
child: Container(
|
||||
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>(
|
||||
builder: (context, chatModel, child) {
|
||||
final currentUser = chatModel.currentUser;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue