fieldLabels property
Per-field label overrides, keyed by KfInputField.id
(e.g. 'firstName', 'phone', 'pincode', 'fullAddress').
When present, replaces the label coming from the API/default config.
Implementation
final Map<String, String>? fieldLabels;