defaultQuoteUserNameStyle top-level constant

TextStyle const defaultQuoteUserNameStyle

QuoteTweetView text styles

Implementation

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