TF-3759 Update style popup context menu for search email view
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -14,11 +14,6 @@ abstract class PopupMenuItemAction<T> with EquatableMixin {
|
||||
|
||||
String get actionName;
|
||||
|
||||
String getActionNameWithLimitation({int limitCharacters = 22}) =>
|
||||
actionName.length > limitCharacters
|
||||
? '${actionName.substring(0, limitCharacters)}...'
|
||||
: actionName;
|
||||
|
||||
Color get actionNameColor => Colors.black;
|
||||
|
||||
void onClick(OnPopupMenuActionClick callback) => callback(this);
|
||||
|
||||
Reference in New Issue
Block a user