Tweaking padding in customer list and update look and feel pdf export
This commit is contained in:
@@ -147,6 +147,7 @@ class _CustomerListWidgetState extends State<CustomerListWidget> {
|
||||
return Padding(
|
||||
padding: const EdgeInsets.all(16.0),
|
||||
child: Row(
|
||||
spacing: 8.0,
|
||||
children: [
|
||||
const SizedBox(width: 48),
|
||||
Expanded(
|
||||
@@ -196,6 +197,7 @@ class _CustomerListWidgetState extends State<CustomerListWidget> {
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 16.0, vertical: 8.0),
|
||||
child: Row(
|
||||
spacing: 8.0,
|
||||
children: [
|
||||
SizedBox(
|
||||
width: 48,
|
||||
|
||||
Reference in New Issue
Block a user