FieldDropdownHideUnderline constructor

const FieldDropdownHideUnderline({
  1. String? label,
  2. String? hint,
  3. bool? enabled,
  4. Map<String, dynamic>? inputDecoration,
  5. required String type,
  6. required List<Map<String, dynamic>> options,
  7. dynamic initialValue,
  8. double? sequence,
})

Implementation

const FieldDropdownHideUnderline({this.label, this.hint, this.enabled, this.inputDecoration, required this.type, required this.options, this.initialValue, this.sequence});