resolvePaint method

  1. @override
void resolvePaint(
  1. Paint paint
)
override

Applies the filter effect to the specified paint object.

The paint parameter is the paint object to apply the filter effect to.

If the filter is not valid (empty), i.e., isValid returns false, this method does nothing.

Implementation

@override
void resolvePaint(ui.Paint paint) {}