We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82ab07 commit fe957e4Copy full SHA for fe957e4
lib/widgets/nutrition/widgets.dart
@@ -82,7 +82,7 @@ class _IngredientTypeaheadState extends State<IngredientTypeahead> {
82
decoration: InputDecoration(
83
prefixIcon: const Icon(Icons.search),
84
labelText: AppLocalizations.of(context).searchIngredient,
85
- suffixIcon: (widget._showScanner || Platform.isLinux || Platform.isMacOS)
+ suffixIcon: (widget.showScanner || Platform.isLinux || Platform.isMacOS)
86
? scanButton()
87
: null,
88
),
0 commit comments