Add designs templates

This commit is contained in:
Hillel Coren 2023-11-09 15:18:03 +02:00
parent 4a3c5a1e0b
commit 095944e8cc
1 changed files with 3 additions and 0 deletions

View File

@ -266,6 +266,7 @@ class _ClientPdfViewState extends State<ClientPdfView> {
kStatementIncludeAging,
],
whenEmpty: '',
height: 50,
));
/*
@ -416,7 +417,9 @@ class _ClientPdfViewState extends State<ClientPdfView> {
? Row(
children: [
datePicker,
SizedBox(width: 16),
statusPicker,
SizedBox(width: 16),
sectionPicker,
],
)