outgoingChatTextTime property

  1. @override
TextStyle outgoingChatTextTime
override

Implementation

@override
TextStyle get outgoingChatTextTime => const TextStyle(
      color: neutral7,
      fontFamily: 'Avenir',
      fontSize: 12,
      fontWeight: FontWeight.w500,
      height: 0.3,
    );