defaultEmbeddedTextStyle top-level constant

TextStyle const defaultEmbeddedTextStyle

Implementation

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