getFullCalendarWidth method

double getFullCalendarWidth(
  1. double calendarSize
)

Implementation

double getFullCalendarWidth(double calendarSize) {
  return calendarSize;
}