controller property

MaterialInkController controller

The MaterialInkController associated with this InkFeature.

Typically used by subclasses to call MaterialInkController.markNeedsPaint when they need to repaint.

Implementation

MaterialInkController get controller => _controller;