inputContentStyle property
Text style for content within input fields.
Implementation
final TextStyle inputContentStyle = const TextStyle(
fontSize: 16,
color: Colors.black,
fontWeight: FontWeight.w500,
height: 1.5);
Text style for content within input fields.
final TextStyle inputContentStyle = const TextStyle(
fontSize: 16,
color: Colors.black,
fontWeight: FontWeight.w500,
height: 1.5);