field/material/forme_dropdown_button library
Classes
-
FormeDropdownButton<
T extends Object>
Typedefs
-
BeforeValueChanged<
T> = Future< bool> Function(FormeFieldState<T> field, T value, bool isValid()) - if dropdown is changing to a new value , this function is used to check whether new value can be changed or not