CkCommentAvatarBuilder<T> typedef

CkCommentAvatarBuilder<T> = Widget Function(T item, int depth)

Builds the avatar for item. Fully self-contained, including its own tap handling (e.g. navigating to a profile screen) if any.

Implementation

typedef CkCommentAvatarBuilder<T> = Widget Function(T item, int depth);