Skip to content

Custom TextSelectionThemeData in QuillEditorConfig doesn't actually affect selectionHandleColor #2690

@Maxalkin

Description

@Maxalkin

Have you checked for an existing issue?

Flutter Quill Version

11.5.0

Steps to Reproduce

In the example's main.dart file, go to QuillEditorConfig and set up textSelectionThemeData, for example:

textSelectionThemeData: TextSelectionThemeData(
    selectionColor: Colors.red,
    selectionHandleColor: Colors.red,
    cursorColor: Colors.red,
),

Expected results

When selecting text, expected that handles would turn red, just like selection color and cursor color.

Actual results

Handles still have Theme.of(context).colorScheme.primary color

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions