defaultWeekHeaderTextStyle constant

TextStyle const defaultWeekHeaderTextStyle

Implementation

static const TextStyle defaultWeekHeaderTextStyle = TextStyle(
  fontSize: 14.0,
  color: Colors.black87,
);