aleksanderwozniak / table_calendar

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

Selected day & backgroud circle #858

Open blondie63 opened 4 months ago

blondie63 commented 4 months ago

I my case the circle as backgroud of selected day is too small, how can i fix/set it ?

FF-calendar-selected-day
aleksanderwozniak commented 3 months ago

You can use cellMargin for that:

calendarStyle: CalendarStyle(
  cellPadding: EdgeInsets.zero,
  cellMargin: EdgeInsets.zero,
),
blondie63 commented 3 months ago

You can use cellMargin for that:

calendarStyle: CalendarStyle(
  cellPadding: EdgeInsets.zero,
  cellMargin: EdgeInsets.zero,
),

Thanks for your solution, i'm using it with FlutterFlow but i'm not sure how if possible to use in..