isDesktopOrWider property

bool isDesktopOrWider

True if the width is higher than 1200p

Implementation

bool get isDesktopOrWider => width >= 1200;