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(
|
||||
child: Text(
|
||||
titleLabel,
|
||||
maxLines: 4,
|
||||
textAlign: exception == null ? TextAlign.left : null,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue