Med Search window enhancement
This commit is contained in:
parent
7eaa879ff4
commit
106020e6a9
2 changed files with 132 additions and 89 deletions
|
|
@ -48,7 +48,7 @@ class _MIHLayoutBuilderState extends State<MIHLayoutBuilder> {
|
|||
if (widget.secondaryActionButton != null) {
|
||||
temp.add(widget.secondaryActionButton!);
|
||||
} else {
|
||||
print(widget.header.headerItems.length);
|
||||
//print(widget.header.headerItems.length);
|
||||
if (widget.header.headerItems.length == 1) {
|
||||
temp.add(const SizedBox(
|
||||
width: 50,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue