defaultEmbeddedUserNameStyle top-level constant

TextStyle const defaultEmbeddedUserNameStyle

EmbeddedTweetView text styles

Implementation

const defaultEmbeddedUserNameStyle = const TextStyle(
  fontSize: 14,
  color: Color(0xFF697882),
  fontWeight: FontWeight.w400,
  fontFamily: 'Roboto',
);