getDayNumberSize function
Gets the size of the day number widget.
Implementation
double getDayNumberSize(BuildContext context) {
return screenSize(context) == ScreenSizes.small ? 12.0 : 16.0;
}
Gets the size of the day number widget.
double getDayNumberSize(BuildContext context) {
return screenSize(context) == ScreenSizes.small ? 12.0 : 16.0;
}