nextTextList property

List<String>? nextTextList
final

nextTextList Contains a List of string that when supplied will override nextText

Must be one less than the number of steps since the 'finalText' attribute is able to set the value for the final step's next button

Implementation

final List<String>? nextTextList;