user-page
This commit is contained in:
@@ -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,
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user