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