helperText method

TextFieldStyler helperText(
  1. TextStyler value
)

Sets the helperText.

Implementation

TextFieldStyler helperText(TextStyler value) {
  return merge(TextFieldStyler(helperText: value));
}