showWidget property

bool showWidget

Whether or not to show the top widget.

Implementation

bool get showWidget =>
    currentImageSuggestions != null &&
    (exportFile != null || selectedIndex == -1);