GTweenGlowFilterExt extension

Extension on GlowFilter providing a getter for GTweenableGlowFilter and a tween method to tween the properties of the glow filter.

on

Properties

twn GTweenableGlowFilter
Returns a GTweenableGlowFilter that can be animated with GTween.
no setter

Methods

tween({required double duration, Object? blurX, Object? blurY, Color? color, EaseFunction? ease, double? delay, bool? useFrames, int overwrite = 1, VoidCallback? onStart, Object? onStartParams, VoidCallback? onComplete, Object? onCompleteParams, VoidCallback? onUpdate, Object? onUpdateParams, bool? runBackwards, bool? immediateRender, Map? startAt}) GTween
Animates the properties of this GlowFilter over a given duration using GTween.