isFirst property

bool isFirst

Whether this line is the first line in the paragraph

Implementation

bool get isFirst => metrics.lineNumber == 0;