isGroup property

bool get isGroup

Whether this column is a header group (has children).

Implementation

bool get isGroup => children.isNotEmpty;