isComplete property
bool
get
isComplete
Checks if the PIN input is complete (all fields filled).
Returns true if the text length equals the required length.
Implementation
bool get isComplete => text.length == length;