initialCharacters property
An optional list of initial characters to pre-fill the boxes.
If the list is longer than characterCount, extra characters are ignored.
If shorter, the remaining boxes will be blank.
Implementation
final List<String>? initialCharacters;