FlutterDropdownSearch constructor
const
FlutterDropdownSearch({
- Key? key,
- required TextEditingController? textController,
- String? hintText,
- required List<
String> ? items, - TextStyle? hintStyle,
- TextStyle? style,
- TextStyle? dropdownTextStyle,
- IconData? suffixIcon,
- double? dropdownHeight,
- Color? dropdownBgColor,
- InputBorder? textFieldBorder,
- EdgeInsetsGeometry? contentPadding,
Implementation
const FlutterDropdownSearch({super.key,
required this.textController,
this.hintText,
required this.items,
this.hintStyle,
this.style,
this.dropdownTextStyle,
this.suffixIcon,
this.dropdownHeight,
this.dropdownBgColor,
this.textFieldBorder,
this.contentPadding
});