maskCvv property

bool maskCvv
final

When true, applies a password-style visual transformation that masks the input as dots. Only takes effect when type is CardFieldType.cvv; ignored for all other field types. The underlying stored value is unchanged — this is a purely visual setting. Defaults to false.

Implementation

final bool maskCvv;