solarTermText constant

TextStyle const solarTermText

Implementation

static const TextStyle solarTermText = TextStyle(
  fontSize: 10,
  color: Color(0xFFE91E63),
  fontWeight: FontWeight.w500,
);