SolidDropDownUiState constructor
const
SolidDropDownUiState({})
Implementation
const factory SolidDropDownUiState({
required String label,
@Default(null) String? placeHolder,
@Default(null) String? selectedText,
}) = _SolidDropDownUiState;