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

This commit is contained in:
Michael Goderbauer
2020-10-06 12:31:25 -07:00
committed by GitHub
parent e5131fa31b
commit 4fa4f91d5c

View File

@@ -172,7 +172,7 @@ abstract class InteractiveInkFeatureFactory {
BorderRadius? borderRadius,
ShapeBorder? customBorder,
double? radius,
required VoidCallback? onRemoved,
VoidCallback? onRemoved,
});
}