clear DropDownButton flutter

Issue i have a DropDownButton which add category for my product. after added product DropDownButton display category which i choosed. I want to refresh or clear DropDownButton after adding product. Better to display hint text. code: child: StreamBuilder<List<Categories>>( stream: categories,

Continue reading