watchChangePoint property
When the width is smaller als this value
the display will be set as ScreenType.Watch
or when width greater als this value and smaller als tabletChangePoint
the display will be ScreenType.Phone
Implementation
final double watchChangePoint;