kInputHintTextStyle top-level constant

TextStyle const kInputHintTextStyle

Implementation

const TextStyle kInputHintTextStyle = TextStyle(
  fontSize: kBodyTextSize,
  color: Colors.grey,
);