spansColumns property
bool
get
spansColumns
Whether the event covers more than one column (a spanning event).
Implementation
bool get spansColumns => columnSpan > 1;
Whether the event covers more than one column (a spanning event).
bool get spansColumns => columnSpan > 1;