componentsHeight function

double componentsHeight(
  1. BuildContext context
)

Pickers Components height

Implementation

double componentsHeight(BuildContext context) {
  return (maxWidth(context) - 32) - (((maxWidth(context) - 32) / 12) * 2);
}