noMaxLength constant Null safety

int const noMaxLength

If maxLength is set to this value, only the "current input length" part of the character counter is shown.

Implementation

static const int noMaxLength = -1;