k10W700ColorRedStyle top-level constant

TextStyle const k10W700ColorRedStyle

Implementation

const k10W700ColorRedStyle = TextStyle(
  color: kFF0000Color,
  fontFamily: kMyFont,
  fontWeight: FontWeight.w700,
  fontSize: 10,
);