DropdownTextField<DataType> constructor
DropdownTextField<DataType> ({
- String? label,
- String? hint,
- EdgeInsets? margin,
- dynamic validate,
- EdgeInsets? contentPadding,
- EdgeInsets? clearBtnPadding,
- EdgeInsets? arrowBtnPadding,
- bool useName = true,
- dynamic onChange,
- double? fontSize,
- double? textSize,
- double? labelSize,
- Color? hintColor,
- Color? buttonsColor,
- dynamic finData,
- GlobalKey<
State< ? dropKey,StatefulWidget> > - dynamic data,
- Color? enableColor,
- DataType? selectedItem,
- bool showSelectedItem = false,
Implementation
DropdownTextField(
{this.label,
this.hint,
this.margin,
this.validate,
this.contentPadding,
this.clearBtnPadding,
this.arrowBtnPadding,
this.useName = true,
this.onChange,
this.fontSize,
this.textSize,
this.labelSize,
this.hintColor,
this.buttonsColor,
this.finData,
this.dropKey,
this.data,
this.enableColor,
this.selectedItem,
this.showSelectedItem = false});