isScreenLarge property

bool isScreenLarge

Return true if the screen has desktop view size

Implementation

bool get isScreenLarge => size.width > 990;