Breakpoint constructor

const Breakpoint(
  1. double value
)

Implementation

const factory Breakpoint(double value) = BreakpointValue;