defaultInactiveMonthDayLabelStyle top-level constant

TextStyle const defaultInactiveMonthDayLabelStyle

Implementation

const defaultInactiveMonthDayLabelStyle = TextStyle(
  color: const Color(0xFFD3D3D3),
);