enableInlinePrediction property

bool? enableInlinePrediction
final

Whether to enable inline predictive text.

This feature is specific to iOS 17 and later. It has no effect on other platforms.

By default, this property is null, which means inline prediction is disabled on iOS. Setting this flag overrides the platform behavior: when true, inline prediction is enabled; when false, it is disabled.

Implementation

final bool? enableInlinePrediction;