-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Labels
f: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
Description
Modifying the clipBehaviour property doesn't change the behaviour of the clip.
simplescreenrecorder-2023-03-28_19.49.23.mp4
This is because even though the clipBehaviour property is passed down the tree, it isn't actually set. On line 3315 of file menu_anchor.dart, the clipBehaviour property is hard coded as Clip.hardEdge.
This is occurring on both stable and master.
Will fill a pr shortly :)
Metadata
Metadata
Assignees
Labels
f: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version