tabletChangePoint property

double tabletChangePoint
final

When the width is greater than this value the display will be set as ResponsiveType.tablet or when width greater als watchChangePoint and smaller als this value the display will be ResponsiveType.phone

Implementation

final double tabletChangePoint;