feed method

void feed({
  1. int lines = 1,
})

Implementation

void feed({int lines = 1}) {
  runningHeight += (font.lineHeight + 10) * lines;
}