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