ScreenContext.fromRVG constructor

ScreenContext.fromRVG(
  1. ResponsiveValueGroup rvg
)

Implementation

factory ScreenContext.fromRVG(ResponsiveValueGroup rvg) => ScreenContext( rowColumn: rvg.rowColumn, singleAspectRatioSize: rvg.singleAspectRatio );