FieldDropdownHideUnderline constructor Null safety

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

Implementation

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