isDesktopOrLess property

bool isDesktopOrLess

True if the width is smaller than 1200p

Implementation

bool get isDesktopOrLess => width <= 1200;