isTabletSize property

bool get isTabletSize

Returns true if the device is considered a tablet (shortest side >= 600dp).

Implementation

bool get isTabletSize => MediaQuery.of(this).size.shortestSide >= 600;