aleksanderwozniak / table_calendar

Highly customizable, feature-packed calendar widget for Flutter
Apache License 2.0
1.84k stars 1k forks source link

how to apply focusday style? #727

Open gamcho3 opened 2 years ago

gamcho3 commented 2 years ago

I'm making calendar and eventlist. I want to make click function that is appied like selectedDecoration when i click list Tile. please help me

JustMilan commented 1 year ago

calendarStyle: CalendarStyle( todayDecoration: BoxDecoration( color: insertColor shape: BoxShape.circle, ), selectedDecoration: const BoxDecoration( color: insertColor, shape: BoxShape.circle, ),