recentColorsSubheading property

Widget? recentColorsSubheading
final

Subheading widget for the recently used colors.

Typically a Text widget, e.g. Text('Recent colors'). If not provided or null, there is no subheading for the recent color. The recently used colors subheading is not shown even if provided, when showRecentColors is false.

Implementation

final Widget? recentColorsSubheading;