BlocXDropdownOptions constructor

const BlocXDropdownOptions({
  1. String? labelText,
  2. DropdownButtonBuilder? selectedItemBuilder,
  3. String? hintText,
  4. TextStyle? hintStyle,
  5. bool isExpanded = true,
  6. bool filled = true,
  7. Color? fillColor,
  8. BorderRadius? borderRadius,
  9. TextStyle? textStyle,
  10. EdgeInsetsGeometry? contentPadding,
  11. String? errorText,
  12. bool showBorder = false,
})

Implementation

const BlocXDropdownOptions({
  this.labelText,
  this.selectedItemBuilder,
  this.hintText,
  this.hintStyle,
  this.isExpanded = true,
  this.filled = true,
  this.fillColor,
  this.borderRadius,
  this.textStyle,
  this.contentPadding,
  this.errorText,
  this.showBorder = false,
});