Breakpoint constructor

Breakpoint(
  1. double size,
  2. double percentage
)

Implementation

Breakpoint(this.size, this.percentage);