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