-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When the title has a lot of text it throws the overflow error, I tried wrapping it in every way possible and tricking it to feed the title with text ellipsis instead of string, but with no success
Can you help please?
SelectableMenuItem(
type: SelectableMenuItemType.copy,
title: '........ a lot of text ......... ',
isEnabled: (controller) => controller!.isTextSelected,
handler: (controller) {
return true;
},
),
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working