feat: page profile
This commit is contained in:
parent
a99365fb0a
commit
17c7559158
|
@ -1,7 +1,6 @@
|
|||
import 'package:cims_apps/application/assets/path_assets.dart';
|
||||
import 'package:cims_apps/application/component/image/image_view.dart';
|
||||
import 'package:cims_apps/application/theme/color_palette.dart';
|
||||
import 'package:cims_apps/core/route/route.dart';
|
||||
import 'package:cims_apps/core/utils/size_config.dart';
|
||||
import 'package:cims_apps/features/profile/model/list_menu_model.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
@ -64,7 +63,9 @@ class ProfileView extends StatelessWidget {
|
|||
image: e.pathAsset, width: SizeConfig.width * .08),
|
||||
trailing: const Icon(Icons.arrow_forward_ios,
|
||||
color: ColorPalette.slate400),
|
||||
onTap: () => routePush(context, page: e.page),
|
||||
onTap: () {
|
||||
// routePush(context, page: e.page);
|
||||
},
|
||||
),
|
||||
);
|
||||
}),
|
||||
|
|
Loading…
Reference in New Issue
Block a user