componentsHeight function
Pickers Components height
Implementation
double componentsHeight(BuildContext context) {
return (maxWidth(context) - 32) - (((maxWidth(context) - 32) / 12) * 2);
}
Pickers Components height
double componentsHeight(BuildContext context) {
return (maxWidth(context) - 32) - (((maxWidth(context) - 32) / 12) * 2);
}