Configurable<T> constructor
Configurable<T> ({})
Creates a new Configurable field.
Implementation
Configurable({
required this.key,
required this.label,
required this.value,
this.description,
this.hint,
this.formatter,
this.validator,
this.icon,
}) : defaultValue = value;