DocumentDropdown constructor
const
DocumentDropdown({})
Implementation
const DocumentDropdown({
super.key,
required this.documents,
this.onSelect,
this.placeholder = 'Search and select a document...',
this.disabled = false,
this.primaryColor = Colors.blue,
this.backgroundColor = Colors.white,
});