getHeight static method

double? getHeight(
  1. BuildContext context,
  2. PosSizeModel? posSizeModel,
  3. Orientation orientation
)

Implementation

static double? getHeight(BuildContext context, PosSizeModel? posSizeModel,
    Orientation orientation) {
  return BoxFitHelper.toHeight(posSizeModel, context, orientation);
}