lunarText constant

TextStyle const lunarText

Implementation

static const TextStyle lunarText = TextStyle(
  fontSize: 10,
  color: Color(0xFF757575),
);