feat : app bar in app and inner state icon

This commit is contained in:
2025-06-15 09:08:09 +03:30
parent 964f94cb32
commit 50be255f42
5 changed files with 36 additions and 7 deletions

View File

@@ -15,6 +15,9 @@ import 'package:vector_graphics/vector_graphics.dart' as _vg;
class $AssetsIconsGen {
const $AssetsIconsGen();
/// File path: assets/icons/3d_cube_square.svg
SvgGenImage get a3dCubeSquare => const SvgGenImage('assets/icons/3d_cube_square.svg');
/// File path: assets/icons/add.svg
SvgGenImage get add => const SvgGenImage('assets/icons/add.svg');
@@ -170,6 +173,7 @@ class $AssetsIconsGen {
/// List of all assets
List<SvgGenImage> get values => [
a3dCubeSquare,
add,
arrowLeft,
arrowRight,
@@ -256,6 +260,9 @@ class $AssetsLogosGen {
class $AssetsVecGen {
const $AssetsVecGen();
/// File path: assets/vec/3d_cube_square.svg.vec
SvgGenImage get a3dCubeSquareSvg => const SvgGenImage.vec('assets/vec/3d_cube_square.svg.vec');
/// File path: assets/vec/add.svg.vec
SvgGenImage get addSvg => const SvgGenImage.vec('assets/vec/add.svg.vec');
@@ -411,6 +418,7 @@ class $AssetsVecGen {
/// List of all assets
List<SvgGenImage> get values => [
a3dCubeSquareSvg,
addSvg,
arrowLeftSvg,
arrowRightSvg,