hintMaxLines static method

InputDecoration hintMaxLines(
  1. int maxLines
)

Implementation

static InputDecoration hintMaxLines(int maxLines) => InputDecoration(
      hintMaxLines: maxLines,
    );