sensitiveContent property

bool? sensitiveContent
final

When true, wraps the field in SensitiveContent while obscureText is active. When null, enabled automatically for obscured password fields (SuffixButton.obscureText or obscureText).

Implementation

final bool? sensitiveContent;