menu
formux package
documentation
fields/dropdown/state/dropdown_cubit.dart
DropdownCubit
empty method
empty method
dark_mode
light_mode
empty
method
void
empty
(
)
Clear items list
Implementation
void empty() { emit(FetchSuccess<ValuableList>(const [])); }
formux package
documentation
fields/dropdown/state/dropdown_cubit
DropdownCubit
empty method
DropdownCubit class