isPhone property

bool isPhone

Returns true if screen size is phone.

Implementation

bool get isPhone => responsiveType == ResponsiveType.phone;