Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selected day & backgroud circle #858

Open
blondie63 opened this issue Feb 24, 2024 · 2 comments
Open

Selected day & backgroud circle #858

blondie63 opened this issue Feb 24, 2024 · 2 comments

Comments

@blondie63
Copy link

blondie63 commented Feb 24, 2024

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

FF-calendar-selected-day
@blondie63 blondie63 added the enhancement New feature or request label Feb 24, 2024
@aleksanderwozniak
Copy link
Owner

You can use cellMargin for that:

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

@aleksanderwozniak aleksanderwozniak removed the enhancement New feature or request label Mar 24, 2024
@blondie63
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants