fieldLabels property

Map<String, String>? fieldLabels
final

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;