helperText static method

InputDecoration helperText(
  1. String helperText
)

Implementation

static InputDecoration helperText(String helperText) =>
    InputDecoration(helperText: helperText);