Begin a splash, centered at position relative to referenceBox.
If containedInkWell is true, then the splash will be sized to fit the well rectangle, then clipped to it when drawn. The well rectangle is the box returned by rectCallback, if provided, or otherwise is the bounds of the referenceBox.
If containedInkWell is false, then rectCallback should be null. The ink splash is clipped only to the edges of the Material. This is the default.
When the splash is removed, onRemoved will be called.
Source
InkSplash splashAt({ RenderBox referenceBox, Point position, Color color, bool containedInkWell: false, RectCallback rectCallback, VoidCallback onRemoved, double radius, });