BreakLine constructor

const BreakLine({
  1. int numberLines = 1,
})

Implementation

const BreakLine({
  this.numberLines = 1,
});