KfInputField constructor
const
KfInputField({})
Implementation
const KfInputField({
required this.id,
required this.type,
required this.label,
this.required = false,
this.options = const [],
this.isKpStandard = false,
});