heading property
Heading widget for the color picker.
Typically a Text widget, e.g. Text('Select color')
.
If not provided or null, there is no heading for the color picker.
Implementation
final Widget? heading;
Heading widget for the color picker.
Typically a Text widget, e.g. Text('Select color')
.
If not provided or null, there is no heading for the color picker.
final Widget? heading;