Unverified Commit 4fa4f91d authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Remove required for onRemove in InteractiveInkFeature.create (#67427)

parent e5131fa3
......@@ -172,7 +172,7 @@ abstract class InteractiveInkFeatureFactory {
BorderRadius? borderRadius,
ShapeBorder? customBorder,
double? radius,
required VoidCallback? onRemoved,
VoidCallback? onRemoved,
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment