Inheritance
System.Object
_InkRippleFactory
public class _InkRippleFactory : InteractiveInkFeatureFactory
Constructors
Declaration
public _InkRippleFactory()
Methods
Declaration
public override InteractiveInkFeature create(MaterialInkController controller = null, RenderBox referenceBox = null, Offset position = null, Color color = null, bool containedInkWell = false, RectCallback rectCallback = null, BorderRadius borderRadius = null, ShapeBorder customBorder = null, float? radius = default(float? ), VoidCallback onRemoved = null)
Parameters
Returns
Overrides