BlocXDropdownOptions constructor
const
BlocXDropdownOptions({
- String? labelText,
- DropdownButtonBuilder? selectedItemBuilder,
- String? hintText,
- TextStyle? hintStyle,
- bool isExpanded = true,
- bool filled = true,
- Color? fillColor,
- BorderRadius? borderRadius,
- TextStyle? textStyle,
- EdgeInsetsGeometry? contentPadding,
- String? errorText,
- 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,
});