displayHeight function Null safety

double displayHeight(
  1. BuildContext context
)

Implementation

double displayHeight(BuildContext context) {
  return displaySize(context).height;
}