You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be able to click near the text but also on the checkbox itself and every click close to it should be registered. Not sure whats the best solution.
Actual results
Its hard to click and not every click is registered. I'm not sure if line height also affects it, maybe its just a feeling.
Sesa1988
changed the title
Checkbox clickable area not on the right place when adjusting line height for lists
Checkboxes are hard to click
Apr 9, 2025
Have you checked for an existing issue?
Flutter Quill Version
10.5.5 but probably also the latest
Steps to Reproduce
Expected results
We should be able to click near the text but also on the checkbox itself and every click close to it should be registered. Not sure whats the best solution.
Actual results
Its hard to click and not every click is registered. I'm not sure if line height also affects it, maybe its just a feeling.
Additional Context
Code
lists:DefaultListBlockStyle(
DefaultTextStyle.of(context).style.copyWith(
fontSize: 16,
height: 1.65,
decoration: TextDecoration.none,
),
const HorizontalSpacing(0, 0),
const VerticalSpacing(6, 0),
const VerticalSpacing(0, 6),
null,
null,
),
I think this is related to: #2085
The text was updated successfully, but these errors were encountered: