feature(statistick): Основная верстка экрана статистики
This commit is contained in:
@@ -61,6 +61,29 @@ class $AssetsIconsGen {
|
||||
AssetGenImage get settingsTrash =>
|
||||
const AssetGenImage('assets/icons/settings_trash.png');
|
||||
|
||||
/// File path: assets/icons/stats_best.png
|
||||
AssetGenImage get statsBest =>
|
||||
const AssetGenImage('assets/icons/stats_best.png');
|
||||
|
||||
/// File path: assets/icons/stats_card.png
|
||||
AssetGenImage get statsCard =>
|
||||
const AssetGenImage('assets/icons/stats_card.png');
|
||||
|
||||
/// File path: assets/icons/stats_down.png
|
||||
AssetGenImage get statsDown =>
|
||||
const AssetGenImage('assets/icons/stats_down.png');
|
||||
|
||||
/// File path: assets/icons/stats_repeat.png
|
||||
AssetGenImage get statsRepeat =>
|
||||
const AssetGenImage('assets/icons/stats_repeat.png');
|
||||
|
||||
/// File path: assets/icons/stats_time.png
|
||||
AssetGenImage get statsTime =>
|
||||
const AssetGenImage('assets/icons/stats_time.png');
|
||||
|
||||
/// File path: assets/icons/stats_up.png
|
||||
AssetGenImage get statsUp => const AssetGenImage('assets/icons/stats_up.png');
|
||||
|
||||
/// File path: assets/icons/type=arrow_down.png
|
||||
AssetGenImage get typeArrowDown =>
|
||||
const AssetGenImage('assets/icons/type=arrow_down.png');
|
||||
@@ -271,6 +294,12 @@ class $AssetsIconsGen {
|
||||
settingsProfile,
|
||||
settingsShare,
|
||||
settingsTrash,
|
||||
statsBest,
|
||||
statsCard,
|
||||
statsDown,
|
||||
statsRepeat,
|
||||
statsTime,
|
||||
statsUp,
|
||||
typeArrowDown,
|
||||
typeBack,
|
||||
typeBold,
|
||||
|
||||
Reference in New Issue
Block a user