tonalSubheading property

Widget? tonalSubheading
final

Subheading widget for the color tone selection.

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

Implementation

final Widget? tonalSubheading;