subtitle property

Widget? subtitle
final

The subtitle of the step that appears below the title and has a smaller font size. It typically gives more details that complement the title.

If null, the subtitle is not shown.

Implementation

final Widget? subtitle;