Merge branch 'feature-design' into alpha
This commit is contained in:
@ -23,6 +23,8 @@ Widget followItem({item}) {
|
||||
),
|
||||
title: Text(
|
||||
item.uname,
|
||||
maxLines: 1,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
style: const TextStyle(fontSize: 14),
|
||||
),
|
||||
subtitle: Text(
|
||||
|
Reference in New Issue
Block a user