breakpoints property

AdaptiveBreakpoints breakpoints
final

The breakpoints configuration for device type detection.

If not provided, uses AdaptiveBreakpoints defaults:

  • phone: < 600
  • tablet: 600-1024
  • desktop: > 1024

Implementation

final AdaptiveBreakpoints breakpoints;