content property

  1. @Deprecated('Steps no longer manage their own content. ' 'Deprecated as of 0.16.1')
Widget? content
final

The content of the step that appears below the title and subtitle.

Implementation

@Deprecated('Steps no longer manage their own content. ' 'Deprecated as of 0.16.1')
final Widget? content;