feat : app bar in app and inner state icon
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user