[syncfusion_flutter_datepicker 23.1.43] How do I make the size of the calendar smaller?
ricoricc opened this issue · 1 comments
ricoricc commented
PmPPolska commented
Regards
IndumathiR-1995 commented
Hi ,
By using the DatePicker inside the Card widget, you can change the size of the picker with required size.
Please find the code snippet for the same.
Code snippet:
Card(
margin: EdgeInsets.fromLTRB(50, 150, 50, 150),
child: SfDateRangePicker(
view: DateRangePickerView.month,
),
),
Please let us know if you need further assistance.
Regards,
Indumathi R

