defaultMonthHeaderTextStyle constant

TextStyle const defaultMonthHeaderTextStyle

Implementation

static const TextStyle defaultMonthHeaderTextStyle = TextStyle(
  fontSize: 15.0,
  fontWeight: FontWeight.bold,
  color: Colors.black87,
);