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
Hey @TahaTesser, thanks for working on this! Is it intentional that the checkbox in the header doesn't get any mouse cursor assigned? Personally, given that checkbox mouse cursors are themeable, I'd be fine with not assigning a mouse cursor to data row checkboxes either just to keep it consistent.
Hey @TahaTesser, thanks for working on this! Is it intentional that the checkbox in the header doesn't get any mouse cursor assigned? Personally, given that checkbox mouse cursors are themeable, I'd be fine with not assigning a mouse cursor to data row checkboxes either just to keep it consistent.
That makes sense. Just updated the PR to not update the checkboxes cursor and include a test that verifies it.
Also added update video and code sample in the description.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f: material designflutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #123020
Description
mouseCursorto theDataColumnfor the header cell.mouseCursorMaterialStateProperty to theDataRowfor the data rowheadingCellCursorto customize the cursor in the header cell fromDataTableTheme.dataRowCursorto customize the cursor in the data row fromDataTableTheme.code sample
Screen.Recording.2023-03-22.at.16.16.59.mov
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.