feat: add infography asset

This commit is contained in:
Amir Hossein Mousavi 2024-04-12 17:27:35 +03:30
parent efdd9f44d6
commit 78f1136e37
1 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,8 @@ class Assets {
static String get trend => '$_baseFeaturesPath/trend-$_themeSuffix.svg'; static String get trend => '$_baseFeaturesPath/trend-$_themeSuffix.svg';
static String get videocast => static String get videocast =>
'$_baseFeaturesPath/videocast-$_themeSuffix.svg'; '$_baseFeaturesPath/videocast-$_themeSuffix.svg';
static String get infography =>
'$_baseFeaturesPath/infography-$_themeSuffix.svg';
static const String lightTheme = '$_baseThemesPath/theme-light.svg'; static const String lightTheme = '$_baseThemesPath/theme-light.svg';
static const String darkTheme = '$_baseThemesPath/theme-dark.svg'; static const String darkTheme = '$_baseThemesPath/theme-dark.svg';