nextTextList property

List<String>? nextTextList
final

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;