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