hasWidget property
bool
get
hasWidget
Does this user task has a user interface (Widget
) to show to the user?
Implementation
bool get hasWidget => false;
Does this user task has a user interface (Widget
) to show to the user?
bool get hasWidget => false;