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