defaultQuoteUserScreenNameStyle top-level constant

TextStyle const defaultQuoteUserScreenNameStyle

Implementation

const defaultQuoteUserScreenNameStyle = const TextStyle(
  fontSize: 13.0,
  fontFamily: 'Roboto',
  fontWeight: FontWeight.w300,
  color: Colors.grey,
);