hasWidget property

bool hasWidget

Does this user task has a user interface (Widget) to show to the user?

Implementation

bool get hasWidget => false;