isDesktopOrLess property

bool get isDesktopOrLess

True if the width is smaller than 1200p

Implementation

bool get isDesktopOrLess => width <= 1200;