Skip to content

Title Overflow on long texts #17

@dinasorz

Description

@dinasorz

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;
      },
    ),

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions