orientationDescription property

String get orientationDescription

Implementation

String get orientationDescription =>
    landscapeOnly ? 'landscape only' : 'in either orientation';