defaultCompactUserNameStyle top-level constant

TextStyle const defaultCompactUserNameStyle

CompactTweetView text styles

Implementation

const defaultCompactUserNameStyle = const TextStyle(
  fontSize: 15.0,
  fontFamily: 'Roboto',
  fontWeight: FontWeight.w700,
  color: Colors.black,
);