Styling tweaking
This commit is contained in:
@@ -145,6 +145,7 @@ class _CustomerWidgetState extends State<CustomerWidget> {
|
||||
padding: const EdgeInsets.all(16.0),
|
||||
child: Row(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
spacing: 8.0,
|
||||
children: [
|
||||
Expanded(
|
||||
flex: 1,
|
||||
@@ -209,6 +210,7 @@ class _CustomerWidgetState extends State<CustomerWidget> {
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.start,
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
spacing: 8.0,
|
||||
children: [
|
||||
Expanded(
|
||||
flex: 1,
|
||||
|
||||
Reference in New Issue
Block a user