defaultUserNameStyle top-level constant

TextStyle const defaultUserNameStyle

Standard TweetView text styles

Implementation

const defaultUserNameStyle = const TextStyle(
  fontSize: 16.0,
  fontFamily: 'Roboto',
  fontWeight: FontWeight.w700,
);