hintStyle static method

InputDecoration hintStyle(
  1. TextStyle style
)

Implementation

static InputDecoration hintStyle(TextStyle style) => InputDecoration(
      hintStyle: style,
    );