visaButtonHeight function

double visaButtonHeight(
  1. BuildContext context
)

Implementation

double visaButtonHeight(BuildContext context) {
  return MediaQuery.of(context).size.height * 0.0567;
}