remainingTextFieldCharacterCountOther property
override
The "other" form of remainingTextFieldCharacterCount.
This form is required.
See also:
- Intl.plural, to which this form is passed.
- remainingTextFieldCharacterCountZero, the "zero" form
- remainingTextFieldCharacterCountOne, the "one" form
- remainingTextFieldCharacterCountTwo, the "two" form
- remainingTextFieldCharacterCountFew, the "few" form
- remainingTextFieldCharacterCountMany, the "many" form
- remainingTextFieldCharacterCountOther, the "other" form
Implementation
@override
String get remainingTextFieldCharacterCountOther => r'残り $remainingCount 文字(半角相当)';