clear method

void clear()

Limpa a seleção (single: null, multiSelect: lista vazia).

Implementation

void clear() => _dropdownKey.currentState?.clear();