breakpoints property

List<double>? breakpoints
final

Custom breakpoints to define when to switch. If null, default logic applies. Example: 200, 500, 800

Implementation

final List<double>? breakpoints;