6/25/1
This commit is contained in:
@@ -40,7 +40,7 @@ class DrawerCaptain extends StatelessWidget {
|
||||
_buildDrawerItem(
|
||||
icon: Icons.person,
|
||||
text: 'Profile'.tr,
|
||||
onTap: () => Get.to(() => const ProfileCaptain(),
|
||||
onTap: () => Get.to(() => ProfileCaptain(),
|
||||
transition: Transition.rightToLeftWithFade),
|
||||
),
|
||||
_buildDivider(),
|
||||
|
||||
Reference in New Issue
Block a user