subheading property

Widget? subheading
final

Subheading widget for the color shades selection.

Typically a Text widget, e.g. Text('Select color shade'). If not provided or null, there is no subheading for the color shades.

Implementation

final Widget? subheading;