typingStyle property

TextStyle typingStyle
final

Implementation

final typingStyle = TextStyle(
    fontSize: 14.0,
    fontWeight: FontWeight.w600,
    fontFamily: 'sf_ui',
    color: MirrorflyUikit.getTheme?.primaryColor ?? buttonBgColor);