opacitySubheading property
Subheading widget for the opacity slider.
Typically a Text widget, e.g. Text('Opacity')
.
If not provided or null, there is no subheading for the opacity slider.
The opacity subheading is not shown even if provided, when
enableOpacity is false.
Implementation
final Widget? opacitySubheading;