defaultEmbeddedDarkTextStyle top-level constant

TextStyle const defaultEmbeddedDarkTextStyle

Implementation

const defaultEmbeddedDarkTextStyle = const TextStyle(
  fontSize: 18.0,
  fontFamily: 'Roboto',
  fontWeight: FontWeight.w400,
  height: 1.25,
  letterSpacing: 0,
  color: Colors.white,
);