typingStyle property
Implementation
final typingStyle = const TextStyle(
fontSize: 14.0,
fontWeight: FontWeight.w600,
fontFamily: 'sf_ui',
color: buttonBgColor);
final typingStyle = const TextStyle(
fontSize: 14.0,
fontWeight: FontWeight.w600,
fontFamily: 'sf_ui',
color: buttonBgColor);