TranslationCallback typedef

TranslationCallback = void Function(Rect)

Signature for when actual rect change callback.

Implementation

typedef TranslationCallback = void Function(Rect);