inputLabelStyle property

TextStyle inputLabelStyle
final

Text style for labels of input fields.

Implementation

final TextStyle inputLabelStyle = const TextStyle(
    fontSize: 14,
    color: Colors.grey,
    fontWeight: FontWeight.w500,
    height: 1.5);