length property

int length
final

The length of character widgets to always display.

Sample code

A code input with 4 characters:

CodeInput(length: 4)

Implementation

final int length;