feature(settings): Верстка экранов настроек
This commit is contained in:
@@ -21,6 +21,46 @@ class $AssetsIconsGen {
|
||||
/// File path: assets/icons/mail.png
|
||||
AssetGenImage get mail => const AssetGenImage('assets/icons/mail.png');
|
||||
|
||||
/// File path: assets/icons/settings_about.png
|
||||
AssetGenImage get settingsAbout =>
|
||||
const AssetGenImage('assets/icons/settings_about.png');
|
||||
|
||||
/// File path: assets/icons/settings_exit.png
|
||||
AssetGenImage get settingsExit =>
|
||||
const AssetGenImage('assets/icons/settings_exit.png');
|
||||
|
||||
/// File path: assets/icons/settings_faq.png
|
||||
AssetGenImage get settingsFaq =>
|
||||
const AssetGenImage('assets/icons/settings_faq.png');
|
||||
|
||||
/// File path: assets/icons/settings_mail.png
|
||||
AssetGenImage get settingsMail =>
|
||||
const AssetGenImage('assets/icons/settings_mail.png');
|
||||
|
||||
/// File path: assets/icons/settings_name.png
|
||||
AssetGenImage get settingsName =>
|
||||
const AssetGenImage('assets/icons/settings_name.png');
|
||||
|
||||
/// File path: assets/icons/settings_notification.png
|
||||
AssetGenImage get settingsNotification =>
|
||||
const AssetGenImage('assets/icons/settings_notification.png');
|
||||
|
||||
/// File path: assets/icons/settings_phone.png
|
||||
AssetGenImage get settingsPhone =>
|
||||
const AssetGenImage('assets/icons/settings_phone.png');
|
||||
|
||||
/// File path: assets/icons/settings_profile.png
|
||||
AssetGenImage get settingsProfile =>
|
||||
const AssetGenImage('assets/icons/settings_profile.png');
|
||||
|
||||
/// File path: assets/icons/settings_share.png
|
||||
AssetGenImage get settingsShare =>
|
||||
const AssetGenImage('assets/icons/settings_share.png');
|
||||
|
||||
/// File path: assets/icons/settings_trash.png
|
||||
AssetGenImage get settingsTrash =>
|
||||
const AssetGenImage('assets/icons/settings_trash.png');
|
||||
|
||||
/// File path: assets/icons/type=arrow_down.png
|
||||
AssetGenImage get typeArrowDown =>
|
||||
const AssetGenImage('assets/icons/type=arrow_down.png');
|
||||
@@ -221,6 +261,16 @@ class $AssetsIconsGen {
|
||||
back,
|
||||
call,
|
||||
mail,
|
||||
settingsAbout,
|
||||
settingsExit,
|
||||
settingsFaq,
|
||||
settingsMail,
|
||||
settingsName,
|
||||
settingsNotification,
|
||||
settingsPhone,
|
||||
settingsProfile,
|
||||
settingsShare,
|
||||
settingsTrash,
|
||||
typeArrowDown,
|
||||
typeBack,
|
||||
typeBold,
|
||||
|
||||
Reference in New Issue
Block a user