defaultEmbeddedDarkQuoteUserNameStyle top-level constant

TextStyle const defaultEmbeddedDarkQuoteUserNameStyle

Implementation

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