syncfusion / flutter-widgets

Syncfusion Flutter widgets libraries include high quality UI widgets and file-format packages to help you create rich, high-quality applications for iOS, Android, and web from a single code base.
1.56k stars 761 forks source link

SfDateRangePicker cell hover color and cell size #1764

Closed EbriusQuasimodo closed 4 months ago

EbriusQuasimodo commented 6 months ago

Hi! How to change cell hover color in date picker? Or how to remove it in order to add your own in the builder? And how to change cell size?

Thank you in advance! :)

harkairt commented 6 months ago

It seems that it is currently a faded version of selectionColor.

Yuvaraj-Gajaraj commented 5 months ago

Hi @EbriusQuasimodo ,

Query 1: How to change the cell hover color in the date picker?

You can able to achieve your requirement with the help of setting the selection color because the cell hover color indicates the selection color. We have shared the respective UG documentation below for your reference.

UG, https://help.syncfusion.com/flutter/daterangepicker/customizations#selection-cell-customization

Query 2: And how to change cell size?

Currently, we don't have an option to change the cell size in the date picker, you can only able to customize the appearance of the cell with the help of cell builder. We have shared the respective UG documentation below for your reference.

UG, https://help.syncfusion.com/flutter/daterangepicker/builders#cell-builder

Regards, Yuvaraj.