table_calendar icon indicating copy to clipboard operation
table_calendar copied to clipboard

Selected day & backgroud circle

Open blondie63 opened this issue 1 year ago • 2 comments

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

FF-calendar-selected-day

blondie63 avatar Feb 24 '24 16:02 blondie63

You can use cellMargin for that:

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

aleksanderwozniak avatar Mar 24 '24 12:03 aleksanderwozniak

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..

blondie63 avatar Mar 25 '24 07:03 blondie63