showWidget property
Whether or not to show the top widget.
Implementation
bool get showWidget =>
currentImageSuggestions != null &&
(exportFile != null || selectedIndex == -1);
Whether or not to show the top widget.
bool get showWidget =>
currentImageSuggestions != null &&
(exportFile != null || selectedIndex == -1);