isXl property

bool get isXl

Returns true if the screen is extra large.

Implementation

bool get isXl => screenSize == ScreenSize.xl;