isWatch property

bool get isWatch

Checks if the screen type is watch.

Implementation

bool get isWatch => (screenType == ScreenType.watch);