Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit 6a5db87

Browse files
authored
Merge pull request #180 from Unity-Technologies/finnif-patch-1
Update color_filter.cs
2 parents d34aff0 + 332739e commit 6a5db87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

com.unity.uiwidgets/Runtime/widgets/color_filter.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace Unity.UIWidgets.widgets {
66

77
public class ColorFiltered : SingleChildRenderObjectWidget {
8-
protected ColorFiltered(
8+
public ColorFiltered(
99
ColorFilter colorFilter = null,
1010
Widget child = null,
1111
Key key = null)
@@ -57,4 +57,4 @@ public override void paint(PaintingContext context, Offset offset) {
5757
}
5858

5959

60-
}
60+
}

0 commit comments

Comments
 (0)