weekdayTextStyle constant
TextStyle
const weekdayTextStyle
Implementation
static const TextStyle weekdayTextStyle = TextStyle(
fontSize: 12,
color: CupertinoColors.systemGrey,
);
static const TextStyle weekdayTextStyle = TextStyle(
fontSize: 12,
color: CupertinoColors.systemGrey,
);