inputLabelStyle property
Text style for labels of input fields.
Implementation
final TextStyle inputLabelStyle = const TextStyle(
fontSize: 14,
color: Colors.grey,
fontWeight: FontWeight.w500,
height: 1.5);
Text style for labels of input fields.
final TextStyle inputLabelStyle = const TextStyle(
fontSize: 14,
color: Colors.grey,
fontWeight: FontWeight.w500,
height: 1.5);