controller property
MaterialInkController
get
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;