forked from yaso_meth/mih-project
add max size
This commit is contained in:
@@ -31,6 +31,7 @@ class _MIHHeaderState extends State<MIHHeader> {
|
||||
child: Row(
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
mainAxisAlignment: widget.headerAlignment,
|
||||
mainAxisSize: MainAxisSize.max,
|
||||
children: widget.headerItems,
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user