feat: add infography asset
This commit is contained in:
parent
efdd9f44d6
commit
78f1136e37
|
|
@ -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';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue