Open radeckid opened 1 year ago
Description Calendar Style doesn't cut corners when TableBorder is circular. Maybe some clipBehavior is needed. That looks my calendarStyle:
TableBorder
clipBehavior
calendarStyle
calendarStyle: CalendarStyle( selectedDecoration: const BoxDecoration(color: AppColors.orange), defaultDecoration: const BoxDecoration(color: AppColors.inputFillAlpineGoat), weekendDecoration: const BoxDecoration(color: AppColors.inputFillAlpineGoat), outsideDaysVisible: false, isTodayHighlighted: false, cellMargin: EdgeInsets.zero, selectedTextStyle: h500TextStyle.copyWith(fontSize: 18.sp, color: AppColors.white), defaultTextStyle: h500TextStyle.copyWith(fontSize: 18.sp, color: AppColors.black), weekendTextStyle: h500TextStyle.copyWith(fontSize: 18.sp, color: AppColors.black), tableBorder: TableBorder.all( borderRadius: BorderRadius.circular(12.h), color: AppColors.neutralGray, width: 1.24.w, ), ),
Screenshots
I have same problem
Description Calendar Style doesn't cut corners when
TableBorder
is circular. Maybe someclipBehavior
is needed.That looks my
calendarStyle
:Screenshots