subheading property
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;
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.
final Widget? subheading;