dayTextStyle top-level constant
TextStyle
const dayTextStyle
Implementation
const dayTextStyle = TextStyle(
color: Colors.white,
fontWeight: FontWeight.w500,
);
const dayTextStyle = TextStyle(
color: Colors.white,
fontWeight: FontWeight.w500,
);