sh method

double sh(
  1. BuildContext cx
)

Implementation

double sh(BuildContext cx) {
  return MediaQuery.sizeOf(cx).height * this;
}