menu
mineral package
documentation
core/builders.dart
ParagraphBuilder
setMaxLength method
setMaxLength method
dark_mode
light_mode
setMaxLength
method
void
setMaxLength
(
int
value
)
inherited
Sets the maximum length of this.
Implementation
void setMaxLength(int value) => _maxLength = value;
mineral package
documentation
core/builders
ParagraphBuilder
setMaxLength method
ParagraphBuilder class