isWatch property

bool get isWatch

Whether the screen type is ScreenType.watch.

Implementation

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