ComboPresetField constructor
const
ComboPresetField({
- required String key,
- required String label,
- IconData? icon,
- FieldPrerequisite? prerequisite,
- LocationSet? locationSet,
- required ComboType type,
- required List<
ComboOption> options, - bool customValues = true,
- bool snakeCase = true,
Implementation
const ComboPresetField({
required super.key,
required super.label,
super.icon,
super.prerequisite,
super.locationSet,
required this.type,
required this.options,
this.customValues = true,
this.snakeCase = true,
});