fixed bottom overlay height when there is no position/title
This commit is contained in:
parent
b9dd6becaf
commit
7fe8dbe13c
1 changed files with 5 additions and 4 deletions
|
@ -153,6 +153,7 @@ class _FullscreenBottomOverlayContent extends StatelessWidget {
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
|
if (positionTitle.isNotEmpty)
|
||||||
SizedBox(
|
SizedBox(
|
||||||
width: maxWidth,
|
width: maxWidth,
|
||||||
child: Text(positionTitle, strutStyle: Constants.overflowStrutStyle),
|
child: Text(positionTitle, strutStyle: Constants.overflowStrutStyle),
|
||||||
|
|
Loading…
Reference in a new issue