GAnimatableBuilder typedef

GAnimatableBuilder = GTweenable? Function(Object? target)

A function that takes an Object target and returns a GTweenable object that can be animated by GTween.

Implementation

typedef GAnimatableBuilder = GTweenable? Function(Object? target);