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