pending property

bool pending

A control is pending when its status is ControlStatus.pending.

Implementation

bool get pending => status == ControlStatus.pending;