chore: Follow up better search
This commit is contained in:
parent
6d5383453c
commit
043189cb47
3 changed files with 8 additions and 34 deletions
|
|
@ -51,7 +51,12 @@ class SearchFooter extends StatelessWidget {
|
|||
),
|
||||
onPressed: isLoading ? null : onStartSearch,
|
||||
icon: isLoading
|
||||
? const CircularProgressIndicator.adaptive()
|
||||
? SizedBox.square(
|
||||
dimension: 18,
|
||||
child: const CircularProgressIndicator.adaptive(
|
||||
strokeWidth: 2,
|
||||
),
|
||||
)
|
||||
: const Icon(Icons.arrow_downward_outlined),
|
||||
label: Text(L10n.of(context).searchMore),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue