Use Sizebox.shrink()
This commit is contained in:
parent
535109d08f
commit
fb0fa73c03
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ class _CodeWidgetState extends State<CodeWidget> {
|
|||
children: [
|
||||
(widget.code.hasSynced != null &&
|
||||
widget.code.hasSynced!) || !hasConfiguredAccount
|
||||
? Container()
|
||||
? const SizedBox.shrink()
|
||||
: const Icon(
|
||||
Icons.sync_disabled,
|
||||
size: 20,
|
||||
|
|
Loading…
Reference in a new issue