Open gamcho3 opened 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
calendarStyle: CalendarStyle( todayDecoration: BoxDecoration( color: insertColor shape: BoxShape.circle, ), selectedDecoration: const BoxDecoration( color: insertColor, shape: BoxShape.circle, ),
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