isWatch property
bool
get
isWatch
Whether the screen type is ScreenType.watch.
Implementation
bool get isWatch => (screenType == ScreenType.watch);
Whether the screen type is ScreenType.watch.
bool get isWatch => (screenType == ScreenType.watch);