table_calendar
table_calendar copied to clipboard
Selected day & backgroud circle
I my case the circle as backgroud of selected day is too small, how can i fix/set it ?
You can use cellMargin for that:
calendarStyle: CalendarStyle(
cellPadding: EdgeInsets.zero,
cellMargin: EdgeInsets.zero,
),
You can use
cellMarginfor 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..