beforeValueChanged property

BeforeValueChanged<T?>? beforeValueChanged
final

if dropdown is changing to a new value , this param is used to check whether new value can be changed or not

Implementation

final BeforeValueChanged<T?>? beforeValueChanged;