resourcesButtonTooltip function
Tooltip text for the RESOURCES button.
The appName parameter allows the tooltip to display the actual app name.
Implementation
String resourcesButtonTooltip(String appName) =>
'Tap here to list all of the $appName resources '
'that will be created to initialise your Pod.';