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