isWatch property

bool isWatch

Returns true if screen size is watch.

Implementation

bool get isWatch => responsiveType == ResponsiveType.watch;