textMaxLength property

int? get textMaxLength
override

Implementation

int? get textMaxLength => _$this._textMaxLength;
set textMaxLength (covariant int? textMaxLength)
covariantoverride

Implementation

set textMaxLength(covariant int? textMaxLength) => _$this._textMaxLength = textMaxLength;