chore: Follow up loading dialog
This commit is contained in:
parent
46d62fdf11
commit
3d7cd800b9
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ class LoadingDialogState<T> extends State<LoadingDialog> {
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Text(
|
child: Text(
|
||||||
titleLabel,
|
titleLabel,
|
||||||
|
maxLines: 4,
|
||||||
textAlign: exception == null ? TextAlign.left : null,
|
textAlign: exception == null ? TextAlign.left : null,
|
||||||
overflow: TextOverflow.ellipsis,
|
overflow: TextOverflow.ellipsis,
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue