responsiveWidth property

double responsiveWidth

Return the width if the device is portrait And return the height if the device is landScape

Implementation

double get responsiveWidth => isPortrait ? width : height;