hasAction property

bool hasAction

Whether or not this cell has an onPressed callback

Implementation

bool get hasAction => onPressed != null;