hintText static method

InputDecoration hintText(
  1. String hintText
)

Implementation

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