things compile

This commit is contained in:
Christien Rioux 2024-02-12 22:30:09 -05:00
parent a551791f97
commit 45ab494969
6 changed files with 42 additions and 15 deletions

View file

@ -44,7 +44,7 @@ Widget waitingPage({String? text}) => Builder(
color: Theme.of(context).scaffoldBackgroundColor,
child: Center(
child: Column(children: [
buildProgressIndicator(),
buildProgressIndicator().expanded(),
if (text != null) Text(text)
]))));