defaultQuoteTextStyle top-level constant

TextStyle const defaultQuoteTextStyle

Implementation

const defaultQuoteTextStyle = const TextStyle(
  fontSize: 15.0,
  fontFamily: 'Roboto',
  fontWeight: FontWeight.w300,
  height: 1.1,
  letterSpacing: 0.1,
  color: Colors.black,
);