Use Sizebox.shrink()
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user