Skip to content
Snippets Groups Projects
Commit 865bbb24 authored by vjrj's avatar vjrj
Browse files

Moving things

parent fd75523d
No related branches found
No related tags found
No related merge requests found
......@@ -221,3 +221,10 @@ Future<Directory?> getAppSpecificExternalFilesDirectory(
}
return getExternalStorageDirectory();
}
ImageIcon get g1nkgoIcon => ImageIcon(
AssetImage(ginkgoIconLocation),
size: 24,
);
String get ginkgoIconLocation => assets('img/favicon.png');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment