I am using the state of the widget to trigger the animation from another location in the app, but the animation that controls the number of likes is not working.
if (_readerState != null) {
_readerState!.controller?.forward();
_readerState!.likeCountController?.forward();
}