setWallZoomFrom method

Future<void> setWallZoomFrom(
  1. num from
)

Set the wall's zoom from value

Implementation

Future<void> setWallZoomFrom(num from) =>
    DisplayRulePlatform.instance.setWallZoomFrom(id, from);