user-page

This commit is contained in:
2022-10-26 13:41:29 +08:00
parent afee57df73
commit 099d2b4423
10 changed files with 132 additions and 54 deletions

View File

@@ -59,9 +59,13 @@ class LinkActionItem extends StatelessWidget {
),
if (trailing != null) trailing!,
if (isLink == true)
const Icon(
Icons.chevron_right,
color: AppColors.unactive,
const Padding(
padding: EdgeInsets.only(left: 4),
child: Icon(
Icons.arrow_forward_ios,
color: AppColors.unactive,
size: 14,
),
),
],
),