clear method

void clear()

Change selected Value; this function is public USED to clear selected value PROGRAMMATICALLY, Otherwise you can use _handleOnChangeSelectedItem

Implementation

void clear() => _handleOnChangeSelectedItem([]);