onDropDownHeaderUpdate property

OnDropDownHeaderUpdate? onDropDownHeaderUpdate
final

Callback event triggered after the drop-down menu selection is confirmed, used to update the status of the header component by the return value of the callback headerIndex should not be null when using this callback

Implementation

final OnDropDownHeaderUpdate? onDropDownHeaderUpdate;