lengthErrorText property

String? lengthErrorText
final

Text to be displayed if the number of characters is less than or equal to minLength. If this is not Null, an error is checked and displayed.

文字数がminLength以下の場合に表示するテキスト。これがNull以外の場合、エラーチェックされ表示されます。

Implementation

final String? lengthErrorText;