PresetField constructor
const
PresetField({
- required String key,
- required String label,
- IconData? icon,
- String? placeholder,
- FieldPrerequisite? prerequisite,
- LocationSet? locationSet,
Implementation
const PresetField({
required this.key,
required this.label,
this.icon,
this.placeholder,
this.prerequisite,
this.locationSet,
});