hintOverrides property

SemanticsHintOverrides? hintOverrides
final

Provides hint values which override the default hints on supported platforms.

On Android, If no hint overrides are used then default hint will be combined with the label. Otherwise, the hint will be ignored as long as there as at least one non-null hint override.

On iOS, these are always ignored and the default hint is used instead.

Implementation

final SemanticsHintOverrides? hintOverrides;