pasteLength property

int pasteLength
final

Maximum number of characters allowed through onChanged.

Set to the full pin length on the active cell so that a pasted string reaches onChanged without being truncated — enabling paste distribution across all cells. All other cells keep the default of 1.

Implementation

final int pasteLength;