isLargeDesktop property

bool get isLargeDesktop

Returns true if the width is greater than 1280 pixels.

Implementation

bool get isLargeDesktop => width > 1280;