helperTextStyle constant

TextStyle const helperTextStyle

Text style for helper text displayed below input fields.

Implementation

static const TextStyle helperTextStyle = TextStyle(
  fontSize: 12,
  color: Colors.grey,
);