breakpoints property

List<Breakpoints> breakpoints
final

Ordered list of breakpoint rules (will be sorted ascending by width).

Provide at least mobile/tablet/desktop. The last rule commonly uses double.infinity to cover all larger widths. Each rule may also specify a designSize and whether auto scaling (autoScale) is enabled.

Implementation

final List<b.Breakpoints> breakpoints;