utils/variable_chooser library

Dropdown widget to select a variable.

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

License: GNU General Public License, Version 3 (the "License") https://www.gnu.org/licenses/gpl-3.0.en.html

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, dynamic onChanged(String?)?}) Widget