selectedDayStyle property
Implementation
final selectedDayStyle = TextStyle(
fontSize: 14,
fontWeight: FontWeight.w900,
color: Colors.blue,
decoration: TextDecoration.underline,
);
final selectedDayStyle = TextStyle(
fontSize: 14,
fontWeight: FontWeight.w900,
color: Colors.blue,
decoration: TextDecoration.underline,
);