Open vqh2602 opened 3 months ago
custom-dropdown: 3.1.1 flutter: 3.19.6 mycode:
CustomDropdown<String>.search( hintText: 'Select job role', items: _categories, excludeSelected: false, onChanged: (value) {}, decoration: CustomDropdownDecoration( closedBorder: Border.all(color: Colors.blueAccent), closedErrorBorder: Border.all(color: Colors.redAccent), // expandedBorder: Border.all(), ), ),
@AbdullahChauhan
Okay, just remove the part after customizing the theme
custom-dropdown: 3.1.1 flutter: 3.19.6 mycode: