ResponsiveSizedBoxData.fromSize constructor

ResponsiveSizedBoxData.fromSize(
  1. Size? size
)

Represents SizedBox.fromSize.

Implementation

ResponsiveSizedBoxData.fromSize(Size? size)
    : width = size?.width,
      height = size?.height;