breakpoints property

List<double>? breakpoints
final

Custom breakpoints to define when to switch tiers. Must contain up to 5 ascending values mapping to sm/md/lg/xl/xxl. If null, the tier is always QueryTier.xs.

Implementation

final List<double>? breakpoints;