Returns the secondary/avatar widget
@override Widget? choiceSecondary(S2Choice<T> choice) { return builder?.choiceSecondary?.call(modalContext, this, choice); }