DropDownUiState constructor
const
DropDownUiState({})
Implementation
const factory DropDownUiState({
required String label,
@Default(null) String? placeHolder,
@Default(null) String? selectedText,
@Default(true) bool enabled,
}) = _DropDownUiState;