ArcaneSelect constructor
const
ArcaneSelect({
- required List<
SelectOption> options, - String? value,
- String? placeholder,
- InputSizeStyle size = InputSizeStyle.md,
- InputStyle? style,
- bool disabled = false,
- bool required = false,
- String? name,
- String? id,
- String? label,
- String? error,
- void onChange()?,
- bool fullWidth = false,
- Key? key,
Implementation
const ArcaneSelect({
required this.options,
this.value,
this.placeholder,
this.size = InputSizeStyle.md,
this.style,
this.disabled = false,
this.required = false,
this.name,
this.id,
this.label,
this.error,
this.onChange,
this.fullWidth = false,
super.key,
});