helperTextStyle constant
Text style for helper text displayed below input fields.
Implementation
static const TextStyle helperTextStyle = TextStyle(
fontSize: 12,
color: Colors.grey,
);
Text style for helper text displayed below input fields.
static const TextStyle helperTextStyle = TextStyle(
fontSize: 12,
color: Colors.grey,
);