fix logout issue
This commit is contained in:
@@ -77,7 +77,7 @@ class _CustomerListState extends State<CustomerList> {
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: new Padding(
|
||||
padding: const EdgeInsets.symmetric(vertical: 5.0),
|
||||
padding: const EdgeInsets.symmetric(vertical: 8.0),
|
||||
child: new Row(
|
||||
children: <Widget>[
|
||||
InkWell(
|
||||
|
||||
Reference in New Issue
Block a user