choiceSecondary abstract method

Widget? choiceSecondary(
  1. S2Choice<T> choice
)

Returns the secondary/avatar widget

Implementation

Widget? choiceSecondary(S2Choice<T> choice);