header property

String? header
final

Optional header text.

If the header text is given, a section header will be created and the help text will appear indented by 2 spaces under the section header.

Implementation

final String? header;