Add designs templates
This commit is contained in:
parent
4a3c5a1e0b
commit
095944e8cc
|
|
@ -266,6 +266,7 @@ class _ClientPdfViewState extends State<ClientPdfView> {
|
||||||
kStatementIncludeAging,
|
kStatementIncludeAging,
|
||||||
],
|
],
|
||||||
whenEmpty: '',
|
whenEmpty: '',
|
||||||
|
height: 50,
|
||||||
));
|
));
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
@ -416,7 +417,9 @@ class _ClientPdfViewState extends State<ClientPdfView> {
|
||||||
? Row(
|
? Row(
|
||||||
children: [
|
children: [
|
||||||
datePicker,
|
datePicker,
|
||||||
|
SizedBox(width: 16),
|
||||||
statusPicker,
|
statusPicker,
|
||||||
|
SizedBox(width: 16),
|
||||||
sectionPicker,
|
sectionPicker,
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue