forked from firka/flutter
Remove required for onRemove in InteractiveInkFeature.create (#67427)
This commit is contained in:
committed by
GitHub
parent
e5131fa31b
commit
4fa4f91d5c
@@ -172,7 +172,7 @@ abstract class InteractiveInkFeatureFactory {
|
||||
BorderRadius? borderRadius,
|
||||
ShapeBorder? customBorder,
|
||||
double? radius,
|
||||
required VoidCallback? onRemoved,
|
||||
VoidCallback? onRemoved,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user