spansColumns property

bool get spansColumns

Whether the event covers more than one column (a spanning event).

Implementation

bool get spansColumns => columnSpan > 1;