fix font size

This commit is contained in:
2020-06-01 08:12:04 +06:30
parent 06b5881858
commit cb88e7b65c
3 changed files with 4 additions and 4 deletions

View File

@@ -163,7 +163,7 @@ class _PickUpEditorState extends State<PickUpEditor> {
children: <Widget>[
Expanded(
child: Padding(
padding: const EdgeInsets.all(20.0),
padding: const EdgeInsets.all(10.0),
child: ListView(children: <Widget>[
Center(child: nameWidget(mainModel.customer.name)),
phoneWidget(context, mainModel.customer.phoneNumber),