Skip to content

Commit 90f92b8

Browse files
committed
fix: ignore wrong lint
1 parent d623b6a commit 90f92b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/ui_library/lib/src/widget/popup/composited_transform_popup_target.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class CompositedTransformPopupTarget extends SingleChildRenderObjectWidget {
1313
RenderPopupLeaderLayer(link: link);
1414

1515
@override
16+
// ignore: consistent-update-render-object
1617
void updateRenderObject(BuildContext context, RenderPopupLeaderLayer renderObject) {
1718
renderObject.link = link;
1819
}

0 commit comments

Comments
 (0)