Add designs templates
This commit is contained in:
parent
4a3c5a1e0b
commit
095944e8cc
|
|
@ -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,
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue