getPlateCardElementHeight function

double getPlateCardElementHeight(
  1. BuildContext context
)

Implementation

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