Skip to content

Commit fe957e4

Browse files
committed
Fix variable name
1 parent f82ab07 commit fe957e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/nutrition/widgets.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class _IngredientTypeaheadState extends State<IngredientTypeahead> {
8282
decoration: InputDecoration(
8383
prefixIcon: const Icon(Icons.search),
8484
labelText: AppLocalizations.of(context).searchIngredient,
85-
suffixIcon: (widget._showScanner || Platform.isLinux || Platform.isMacOS)
85+
suffixIcon: (widget.showScanner || Platform.isLinux || Platform.isMacOS)
8686
? scanButton()
8787
: null,
8888
),

0 commit comments

Comments
 (0)