backTextList property

List<String>? backTextList
final

backTextList Contains a list of string that when supplied will override backText

Must be one less than the number of steps since for the first step, the backText won't be visible

Implementation

final List<String>? backTextList;