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