getPlateCardElementHeight function
Implementation
double getPlateCardElementHeight(BuildContext context) {
return MediaQuery.of(context).size.height * 0.065;
}
double getPlateCardElementHeight(BuildContext context) {
return MediaQuery.of(context).size.height * 0.065;
}