applyOpacity property
Whether to apply opacity on buttonBuilder as it is in iOS or not.
If this property is null then PullDownButtonTheme.applyOpacity from PullDownButtonTheme theme extension is used.
If that's null then applyOpacity will be set to true
.
Implementation
final bool? applyOpacity;