isNarrowScreen property

bool get isNarrowScreen

Is narrow screen (aspect ratio < 0.7)

Implementation

bool get isNarrowScreen => aspectRatio < 0.7;