inputLabelStyle property

TextStyle inputLabelStyle
final

Implementation

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