utils/variable_chooser library

Dropdown widget to select a variable.

Copyright (C) 2023-2025, Togaware Pty Ltd.

License: GNU General Public License, Version 3 (the "License") https://opensource.org/license/gpl-3-0

Authors: Graham Williams, Yixiang Yin, Kevin Wang, Zheyuan Xu

Functions

variableChooser(String label, List<String> inputs, String selected, WidgetRef ref, StateProvider stateProvider, {required bool enabled, required String tooltip, required dynamic onChanged(String?)}) Widget