backTextList property

List<String>? backTextList
final

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;